diff --git a/src/osgGA/EventVisitor.cpp b/src/osgGA/EventVisitor.cpp index 3611a9818..00465c3b3 100644 --- a/src/osgGA/EventVisitor.cpp +++ b/src/osgGA/EventVisitor.cpp @@ -18,7 +18,7 @@ using namespace osg; using namespace osgGA; EventVisitor::EventVisitor() -: NodeVisitor(UPDATE_VISITOR,TRAVERSE_ALL_CHILDREN), +: NodeVisitor(EVENT_VISITOR,TRAVERSE_ALL_CHILDREN), _handled(false) { }