Removed the redundent subclassing from osg::NodeVisitor in examples event handlers

This commit is contained in:
Robert Osfield
2005-03-18 10:45:18 +00:00
parent 2e67fee738
commit 329876c493
2 changed files with 2 additions and 2 deletions

View File

@@ -11,7 +11,7 @@
#include <osgUtil/Optimizer>
class TechniqueEventHandler : public osgGA::GUIEventHandler, public osg::NodeCallback
class TechniqueEventHandler : public osgGA::GUIEventHandler
{
public:

View File

@@ -11,7 +11,7 @@
#include <osgUtil/Optimizer>
class TechniqueEventHandler : public osgGA::GUIEventHandler, public osg::NodeCallback
class TechniqueEventHandler : public osgGA::GUIEventHandler
{
public: