Added a using namespace osgGA to keep things compiling under MipsPro + VS6.0 at
them same time.
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user