Skip to content

Commit

Permalink
Added using to quieten VS warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
robertosfield committed Jan 14, 2019
1 parent 32db852 commit d01a262
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions include/osgViewer/Viewer
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down

0 comments on commit d01a262

Please sign in to comment.