Removed multiple inheritance from TechniqueEventHandler.

This commit is contained in:
Robert Osfield 2005-03-23 10:41:51 +00:00
parent dde703e3b0
commit a61a99251f

View File

@ -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: