Added using namespace Producer to get round scoping issues associated with

trying to support VS6 and the rest of the compiler world.
This commit is contained in:
Robert Osfield
2003-02-25 21:00:26 +00:00
parent 2f74b2cf7c
commit 57e73682ce

View File

@@ -14,6 +14,7 @@
#include <osgProducer/OsgCameraGroup>
#include <osgDB/FileUtils>
using namespace Producer;
using namespace osgProducer;
std::string findCameraConfigFile(const std::string& configFile)