1
0
Fork 0

Win32 fix and suppress one warning

This commit is contained in:
fredb 2009-08-13 06:35:11 +00:00 committed by Tim Moore
parent 8bac481865
commit efbe6984c2

View file

@ -1,3 +1,7 @@
#ifdef HAVE_CONFIG_H
# include "config.h"
#endif
#include <iostream> #include <iostream>
#include <cstdlib> #include <cstdlib>
@ -102,6 +106,7 @@ bool GraphDumpHandler::handle(const osgGA::GUIEventAdapter& ea,
default: default:
return false; return false;
} }
return false;
} }
void GraphDumpHandler::getUsage(osg::ApplicationUsage& usage) const void GraphDumpHandler::getUsage(osg::ApplicationUsage& usage) const