Added thread safe ref/unref by default.
This commit is contained in:
@@ -199,6 +199,9 @@ public:
|
||||
{
|
||||
public:
|
||||
|
||||
FontImplementation():
|
||||
osg::Referenced(true) {}
|
||||
|
||||
virtual std::string getFileName() const = 0;
|
||||
|
||||
/** Set the pixel width and height hint.*/
|
||||
|
||||
Reference in New Issue
Block a user