From 4dcb2bbf3c68a723803b815e61702bf22a86e49d Mon Sep 17 00:00:00 2001 From: Robert Osfield Date: Mon, 14 Jan 2019 09:55:00 +0000 Subject: [PATCH] Added using to quieten VS warnings --- include/osgViewer/Viewer | 3 +++ 1 file changed, 3 insertions(+) diff --git a/include/osgViewer/Viewer b/include/osgViewer/Viewer index b02d98cea..266e604a9 100644 --- a/include/osgViewer/Viewer +++ b/include/osgViewer/Viewer @@ -113,6 +113,9 @@ class OSGVIEWER_EXPORT Viewer : public ViewerBase, public osgViewer::View /** Get the keyboard and mouse usage of this viewer.*/ virtual void getUsage(osg::ApplicationUsage& usage) const; + // ensure that osg::View provides the reiszerGLObjects and releaseGLObjects methods + using osg::View::resizeGLObjectBuffers; + using osg::View::releaseGLObjects; protected: