From b717790dcb39776cfe2b373a37d7d8c06b56eafe Mon Sep 17 00:00:00 2001 From: Robert Osfield Date: Thu, 15 Feb 2007 10:25:11 +0000 Subject: [PATCH] Removed inappropriate Stats:: prefix --- include/osg/Stats | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/osg/Stats b/include/osg/Stats index d62fcd352..f5a2bb65b 100644 --- a/include/osg/Stats +++ b/include/osg/Stats @@ -89,7 +89,7 @@ class OSG_EXPORT Stats : public osg::Referenced bool getAttributeNoMutex(int frameNumber, const std::string& attributeName, double& value) const; - AttributeMap& Stats::getAttributeMapNoMutex(int frameNumber); + AttributeMap& getAttributeMapNoMutex(int frameNumber); const AttributeMap& getAttributeMapNoMutex(int frameNumber) const;