I’m getting the following error:
typeinfo for juce::DrawableText
/Users/rrabien/dev/ruca/ruca/build/macos/../../../bin/Ruca.build/Debug/Ruca.build/Objects-normal/ppc/ResourceCache.o reference to undefined typeinfo for juce::DrawableText
collect2: ld returned 1 exit status
when I try and dynamic_cast a Drawable to a DrawableText
Any ideas?