Added using namespace osgUtil to get round IRIX/Windows compiler differences.

This commit is contained in:
Robert Osfield
2002-07-12 18:14:45 +00:00
parent 6f392cdbfa
commit 995f6f9e21

View File

@@ -119,8 +119,13 @@ class CameraPacket {
};
// using namespace osgUtil required to get round VisualStudio's inablility
// to handle osgUtil::SceneView::app() in the code below, only SceneView::app
// works..but this breaks the IRIX build, unless you have the osgUtil??!
// Robert Osfield, July 2002.
using namespace osgUtil;
class MySceneView : public osgUtil::SceneView {
class MySceneView : public SceneView {
public: