Changeset 3896 for OpenSceneGraph/trunk/examples/osgforest/osgforest.cpp
- Timestamp:
- 03/11/05 21:19:16 (8 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
OpenSceneGraph/trunk/examples/osgforest/osgforest.cpp
r3528 r3896 143 143 virtual void accept(osgGA::GUIEventHandlerVisitor& v) { v.visit(*this); } 144 144 145 virtual bool handle(const osgGA::GUIEventAdapter& ea,osgGA::GUIActionAdapter& );145 virtual bool handle(const osgGA::GUIEventAdapter& ea,osgGA::GUIActionAdapter&, osg::Object*, osg::NodeVisitor*); 146 146 147 147 virtual void getUsage(osg::ApplicationUsage& usage) const; … … 158 158 }; 159 159 160 bool TechniqueEventHandler::handle(const osgGA::GUIEventAdapter& ea,osgGA::GUIActionAdapter& )160 bool TechniqueEventHandler::handle(const osgGA::GUIEventAdapter& ea,osgGA::GUIActionAdapter&, osg::Object*, osg::NodeVisitor*) 161 161 { 162 162 switch(ea.getEventType())
