From a78600af6795d99f9b4b3470926a996fb4a8d604 Mon Sep 17 00:00:00 2001 From: Robert Osfield Date: Sat, 8 Mar 2003 09:51:41 +0000 Subject: [PATCH] Removed the OSGTEXT_EXPORT symbol from FontImplementation to avoid problems under VisualStudio. --- include/osgText/Font | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/osgText/Font b/include/osgText/Font index afa8d2110..3b051dab8 100644 --- a/include/osgText/Font +++ b/include/osgText/Font @@ -139,7 +139,7 @@ protected: // declare the nested classes. public: - class OSGTEXT_EXPORT FontImplementation : public osg::Referenced + class FontImplementation : public osg::Referenced { public: