Added initializer

This commit is contained in:
Robert Osfield
2016-06-24 15:23:57 +01:00
parent 70ff5f9ae4
commit a1ac4dc906

View File

@@ -19,6 +19,7 @@ using namespace osgGA;
EventVisitor::EventVisitor()
: NodeVisitor(EVENT_VISITOR,TRAVERSE_ACTIVE_CHILDREN),
_actionAdapter(0),
_handled(false)
{
}