Added OSG_EXPORT

This commit is contained in:
Robert Osfield
2008-03-01 13:40:57 +00:00
parent 75d35b6ba1
commit d42eee693f

View File

@@ -394,7 +394,7 @@ class OSG_EXPORT Camera : public Transform, public CullSettings
/** Draw callback for custom operations.*/
struct DrawCallback : virtual public Object
struct OSG_EXPORT DrawCallback : virtual public Object
{
DrawCallback() {}