From 13b5d247df4ba5914ff9fccc0435a3ef4af218a4 Mon Sep 17 00:00:00 2001 From: Robert Osfield Date: Tue, 28 Mar 2017 09:41:07 +0100 Subject: [PATCH] Fixed typo --- include/osgViewer/View | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/osgViewer/View b/include/osgViewer/View index f6fa669e3..3e9b174bd 100644 --- a/include/osgViewer/View +++ b/include/osgViewer/View @@ -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::AcrossAllWindows()). */ + /** deprecated, use view.apply(new osgViewer::AcrossAlScreens()). */ void setUpViewAcrossAllScreens(); /** deprecated, use view.apply(new osgViewer::SingleWindow(x,y,width,screenNum)). */