From 57e73682cea52189f820c3fe98f803f80339396d Mon Sep 17 00:00:00 2001 From: Robert Osfield Date: Tue, 25 Feb 2003 21:00:26 +0000 Subject: [PATCH] Added using namespace Producer to get round scoping issues associated with trying to support VS6 and the rest of the compiler world. --- src/osgProducer/OsgCameraGroup.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/osgProducer/OsgCameraGroup.cpp b/src/osgProducer/OsgCameraGroup.cpp index 21602dea0..b4af57e7b 100644 --- a/src/osgProducer/OsgCameraGroup.cpp +++ b/src/osgProducer/OsgCameraGroup.cpp @@ -14,6 +14,7 @@ #include #include +using namespace Producer; using namespace osgProducer; std::string findCameraConfigFile(const std::string& configFile)