Added using to quieten VS warnings

This commit is contained in:
Robert Osfield 2019-01-14 09:55:00 +00:00
parent fe98c3d7f5
commit 4dcb2bbf3c

View File

@ -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: