From da95b907f1d0e96abd37090d0638f5f58825b62a Mon Sep 17 00:00:00 2001 From: Robert Osfield Date: Wed, 18 Jul 2007 09:05:11 +0000 Subject: [PATCH] Added missing export symbol. --- include/osgUtil/GLObjectsVisitor | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/osgUtil/GLObjectsVisitor b/include/osgUtil/GLObjectsVisitor index e3c3cc2b0..6e05e1f55 100644 --- a/include/osgUtil/GLObjectsVisitor +++ b/include/osgUtil/GLObjectsVisitor @@ -113,7 +113,7 @@ class OSGUTIL_EXPORT GLObjectsVisitor : public osg::NodeVisitor }; -class GLObjectsOperation : public osg::GraphicsOperation +class OSGUTIL_EXPORT GLObjectsOperation : public osg::GraphicsOperation { public: