From a1ac4dc906c51fdc3571abeb12b33cf3605b0269 Mon Sep 17 00:00:00 2001 From: Robert Osfield Date: Fri, 24 Jun 2016 15:23:57 +0100 Subject: [PATCH] Added initializer --- src/osgGA/EventVisitor.cpp | 1 + 1 file changed, 1 insertion(+) 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) { }