From b7b8e7ed98c7dbb885df43043c5e721ff475ce2f Mon Sep 17 00:00:00 2001 From: Robert Osfield Date: Thu, 15 Feb 2007 00:53:52 +0000 Subject: [PATCH] Removed extrandous Stats:: prefix --- include/osg/Stats | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/osg/Stats b/include/osg/Stats index 8075731fc..d62fcd352 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; - Stats::AttributeMap& Stats::getAttributeMapNoMutex(int frameNumber); + AttributeMap& Stats::getAttributeMapNoMutex(int frameNumber); const AttributeMap& getAttributeMapNoMutex(int frameNumber) const;