From 21de9e4accf458929ef653cae43a22a42aed010a Mon Sep 17 00:00:00 2001 From: Robert Osfield Date: Thu, 21 Dec 2006 09:01:56 +0000 Subject: [PATCH] Removed erroneous double GraphicsContext:: --- src/osgViewer/View.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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."<