diff --git a/src/osgViewer/View.cpp b/src/osgViewer/View.cpp index 251d5942d..2267668cc 100644 --- a/src/osgViewer/View.cpp +++ b/src/osgViewer/View.cpp @@ -64,7 +64,7 @@ void View::setCameraManipulator(osgGA::MatrixManipulator* manipulator) void View::setUpViewAcrossAllScreens() { - osg::GraphicsContext::GraphicsContext::WindowingSystemInterface* wsi = osg::GraphicsContext::getWindowingSystemInterface(); + osg::GraphicsContext::WindowingSystemInterface* wsi = osg::GraphicsContext::getWindowingSystemInterface(); if (!wsi) { osg::notify(osg::NOTICE)<<"View::setUpViewAcrossAllScreens() : Error, no WindowSystemInterface available, cannot create windows."<