Compile fixes to osgText.

This commit is contained in:
Robert Osfield
2003-03-03 20:12:18 +00:00
parent b871020222
commit fe978ac122
3 changed files with 5 additions and 4 deletions

View File

@@ -20,6 +20,9 @@ class FreeTypeLibrary
{
public:
/** protected destrcutor to prevent inappropriate deletion.*/
virtual ~FreeTypeLibrary();
/** get the singleton instance.*/
static FreeTypeLibrary* instance();
@@ -31,8 +34,6 @@ protected:
* library is via the singleton instance method.*/
FreeTypeLibrary();
/** protected destrcutor to prevent inappropriate deletion.*/
virtual ~FreeTypeLibrary();
FT_Library _ftlibrary;