From d42eee693f7bdcc4d63ce22267b1f4b90b393554 Mon Sep 17 00:00:00 2001 From: Robert Osfield Date: Sat, 1 Mar 2008 13:40:57 +0000 Subject: [PATCH] Added OSG_EXPORT --- include/osg/Camera | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/osg/Camera b/include/osg/Camera index 3a6cbde0d..0a4ee2ecb 100644 --- a/include/osg/Camera +++ b/include/osg/Camera @@ -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() {}