diff --git a/src/osgPlugins/geo/osgGeoAction.h b/src/osgPlugins/geo/osgGeoAction.h index bb964ef2d..40735dd88 100644 --- a/src/osgPlugins/geo/osgGeoAction.h +++ b/src/osgPlugins/geo/osgGeoAction.h @@ -280,7 +280,7 @@ public: geoBehaviourCB() { } ~geoBehaviourCB() { } void addBehaviour(geoBehaviour *gb) {gblist.push_back(gb);} - virtual void geoBehaviourCB::operator() (osg::Node *node, osg::NodeVisitor* nv); + virtual void operator() (osg::Node *node, osg::NodeVisitor* nv); private: std::vector gblist; };