Fixed typo

This commit is contained in:
Robert Osfield
2017-03-28 14:40:06 +01:00
parent 4f6b6fc5f8
commit 25e6fbb2ff

View File

@@ -246,7 +246,7 @@ class OSGVIEWER_EXPORT View : public osg::View, public osgGA::GUIActionAdapter
const ViewConfig* getLastAppliedViewConfig() const { return _lastAppliedViewConfig.get(); }
/** deprecated, use view.apply(new osgViewer::AcrossAlScreens()). */
/** deprecated, use view.apply(new osgViewer::AcrossAllScreens()). */
void setUpViewAcrossAllScreens();
/** deprecated, use view.apply(new osgViewer::SingleWindow(x,y,width,screenNum)). */