diff --git a/examples/osgforest/osgforest.cpp b/examples/osgforest/osgforest.cpp index 8c59dc727..d5420367c 100644 --- a/examples/osgforest/osgforest.cpp +++ b/examples/osgforest/osgforest.cpp @@ -132,7 +132,7 @@ public: }; // event handler to capture keyboard events and use them to advance the technique used for rendering -class TechniqueEventHandler : public osgGA::GUIEventHandler, public osg::NodeCallback +class TechniqueEventHandler : public osgGA::GUIEventHandler { public: