Added thread safe ref/unref by default.

This commit is contained in:
Robert Osfield
2007-08-22 12:14:15 +00:00
parent e043b0339b
commit 4f97cdca96
2 changed files with 4 additions and 0 deletions

View File

@@ -199,6 +199,9 @@ public:
{
public:
FontImplementation():
osg::Referenced(true) {}
virtual std::string getFileName() const = 0;
/** Set the pixel width and height hint.*/