Removed the OSGTEXT_EXPORT symbol from FontImplementation to avoid problems under

VisualStudio.
This commit is contained in:
Robert Osfield
2003-03-08 09:51:41 +00:00
parent 6a87495c80
commit a78600af67

View File

@@ -139,7 +139,7 @@ protected:
// declare the nested classes.
public:
class OSGTEXT_EXPORT FontImplementation : public osg::Referenced
class FontImplementation : public osg::Referenced
{
public: