From 0e62b4f0e915322c39801146852f96e89dd582f3 Mon Sep 17 00:00:00 2001 From: Robert Osfield Date: Fri, 1 Jun 2007 16:14:47 +0000 Subject: [PATCH] From Paul Martz, added Win32 export --- include/osgViewer/ViewerEventHandlers | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/osgViewer/ViewerEventHandlers b/include/osgViewer/ViewerEventHandlers index 0fe8ad479..81d6493f4 100644 --- a/include/osgViewer/ViewerEventHandlers +++ b/include/osgViewer/ViewerEventHandlers @@ -113,7 +113,7 @@ TODO: Create osgviewer on-screen indication that animation is taking place. TODO: Explore multi-cameras thing. TODO: Investigate crash if non-focused camera? */ -class RecordCameraPathHandler : public osgGA::GUIEventHandler +class OSGVIEWER_EXPORT RecordCameraPathHandler : public osgGA::GUIEventHandler { public: