hironishihara / ofxTrueTypeFontUC

An extension of ofTrueTypeFont class for using UNICODE characters. Tested on OSX, iOS, and Windows.
Other
116 stars 46 forks source link

Call to implicitly-deleted copy constructor of "my object" #24

Open Dazzid opened 7 years ago

Dazzid commented 7 years ago

Hi Nice addon, actually it works well on of 0.9.8. I'm having a strange issue when I call ofxTrueTypeFontUC inside an object. It appears "Call to implicitly-deleted copy constructor of "my object"" but it only appears when I add ofxTrueTypeFontUC myFont; inside myObject.h. Have you seen something similar before?