From 7bebda5e4decaaf3901cca5a666a5b9853e73c54 Mon Sep 17 00:00:00 2001 From: Robert Osfield Date: Tue, 25 Nov 2003 19:25:42 +0000 Subject: [PATCH] Added OSGSIM_EXPORT to scalarbar::printer --- include/osgSim/ScalarBar | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/osgSim/ScalarBar b/include/osgSim/ScalarBar index e583f94af..fa5e74462 100644 --- a/include/osgSim/ScalarBar +++ b/include/osgSim/ScalarBar @@ -56,7 +56,7 @@ public: overriding the printScalar() method. Users may map the scalar float passed in to any string they wish. */ - struct ScalarPrinter: public osg::Referenced + struct OSGSIM_EXPORT ScalarPrinter: public osg::Referenced { virtual std::string printScalar(float scalar); };