diff --git a/src/osgGA/EventVisitor.cpp b/src/osgGA/EventVisitor.cpp index e409b5dfc..9b74ae26e 100644 --- a/src/osgGA/EventVisitor.cpp +++ b/src/osgGA/EventVisitor.cpp @@ -19,6 +19,7 @@ using namespace osgGA; EventVisitor::EventVisitor() : NodeVisitor(EVENT_VISITOR,TRAVERSE_ACTIVE_CHILDREN), + _actionAdapter(0), _handled(false) { }