From a61a99251f399d7bda861841bc020b6e42472f7d Mon Sep 17 00:00:00 2001 From: Robert Osfield Date: Wed, 23 Mar 2005 10:41:51 +0000 Subject: [PATCH] Removed multiple inheritance from TechniqueEventHandler. --- examples/osgforest/osgforest.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: