Fixed method to match parent class.

This commit is contained in:
Robert Osfield
2016-06-02 14:31:44 +01:00
parent 09bad85522
commit d038866649
2 changed files with 4 additions and 4 deletions

View File

@@ -360,7 +360,7 @@ class OSG_EXPORT GLBufferObjectManager : public GraphicsObjectManager
void newFrame(osg::FrameStamp* fs);
void resetStats();
void reportStats(std::ostream& out);
void recomputeStats(std::ostream& out);
void recomputeStats(std::ostream& out) const;
unsigned int& getFrameNumber() { return _frameNumber; }
unsigned int& getNumberFrames() { return _numFrames; }