Added OSG_EXPORT to declaration of View::Slave.

This commit is contained in:
Robert Osfield
2011-03-15 13:30:27 +00:00
parent 0870d4c997
commit 31926f3329

View File

@@ -94,7 +94,7 @@ class OSG_EXPORT View : public virtual osg::Object
/** Slave allows one to up a camera that follows the master with a local offset to the project and view matrices.*/
struct Slave
struct OSG_EXPORT Slave
{
Slave(bool useMastersSceneData=true):
_useMastersSceneData(useMastersSceneData) {}