Fix compile problems with osgGA under Windows.

This commit is contained in:
Robert Osfield
2002-05-09 19:02:35 +00:00
parent d140decb44
commit d6ff23d32f
3 changed files with 5 additions and 9 deletions

View File

@@ -1,6 +1,6 @@
#include <osgGA/GUIEventHandler>
using osgGA::CompositeGUIEventHandler;
using namespace osgGA;
bool CompositeGUIEventHandler::handle(const GUIEventAdapter& ea,GUIActionAdapter& aa)
{