Added OSGSIM_EXPORT to scalarbar::printer

This commit is contained in:
Robert Osfield 2003-11-25 19:25:42 +00:00
parent fea4688589
commit 7bebda5e4d

View File

@ -56,7 +56,7 @@ public:
overriding the printScalar() method. Users may map the scalar float passed in overriding the printScalar() method. Users may map the scalar float passed in
to any string they wish. to any string they wish.
*/ */
struct ScalarPrinter: public osg::Referenced struct OSGSIM_EXPORT ScalarPrinter: public osg::Referenced
{ {
virtual std::string printScalar(float scalar); virtual std::string printScalar(float scalar);
}; };