Added OSGSIM_EXPORT to scalarbar::printer
This commit is contained in:
parent
fea4688589
commit
7bebda5e4d
@ -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);
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user