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:
@@ -14,6 +14,7 @@
|
||||
#include <osgProducer/OsgCameraGroup>
|
||||
#include <osgDB/FileUtils>
|
||||
|
||||
using namespace Producer;
|
||||
using namespace osgProducer;
|
||||
|
||||
std::string findCameraConfigFile(const std::string& configFile)
|
||||
|
||||
Reference in New Issue
Block a user