Attempts to fix compile problems under IRIX due to namespace problems.
This commit is contained in:
@@ -13,6 +13,7 @@
|
||||
#include <osgSim/DOFTransform>
|
||||
|
||||
using namespace osgSim;
|
||||
using namespace osg;
|
||||
|
||||
DOFTransform::DOFTransform():
|
||||
_limitationFlags(0),
|
||||
|
||||
@@ -15,6 +15,7 @@
|
||||
#include <algorithm>
|
||||
|
||||
using namespace osgSim;
|
||||
using namespace osg;
|
||||
|
||||
MultiSwitch::MultiSwitch():
|
||||
_newChildDefaultValue(true),
|
||||
|
||||
@@ -17,6 +17,7 @@
|
||||
#include <osgUtil/IntersectVisitor>
|
||||
|
||||
using namespace osgSim;
|
||||
using namespace osg;
|
||||
|
||||
VisibilityGroup::VisibilityGroup():
|
||||
_volumeIntersectionMask(0xFFFFFFFF),
|
||||
|
||||
Reference in New Issue
Block a user