Added a using namespace osgGA to keep things compiling under MipsPro + VS6.0 at

them same time.
This commit is contained in:
Robert Osfield
2003-09-28 09:34:31 +00:00
parent 5027d831c0
commit 32395ae98c

View File

@@ -42,7 +42,9 @@ public:
};
// add in because MipsPro can't handle no osgGA infront of TrackballManipulator
// but VisualStudio6.0 can't handle the osgGA...
using namespace osgGA;
class SlideShowTrackballManipulator : public osgGA::TrackballManipulator
{
public: