From 55d36b544b30b29c9eeae523c5d79e3db3cad82c Mon Sep 17 00:00:00 2001 From: Robert Osfield Date: Fri, 31 Jul 2015 10:59:11 +0000 Subject: [PATCH] Warning fix git-svn-id: http://svn.openscenegraph.org/osg/OpenSceneGraph/trunk@15032 16af8721-9629-0410-8352-f15c8da7e697 --- include/osgText/Text | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/osgText/Text b/include/osgText/Text index 4300788a5..67d861461 100644 --- a/include/osgText/Text +++ b/include/osgText/Text @@ -338,12 +338,12 @@ public: const LineNumbers& getLineNumbers() const { return _lineNumbers; } /** Resize any per context GLObject buffers to specified size. */ - virtual void resizeGLObjectBuffers(unsigned int maxSize); + void resizeGLObjectBuffers(unsigned int maxSize); /** If State is non-zero, this function releases OpenGL objects for * the specified graphics context. Otherwise, releases OpenGL objexts * for all graphics contexts. */ - virtual void releaseGLObjects(osg::State* state=0) const; + void releaseGLObjects(osg::State* state=0) const; private: