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;