Removed extrandous Stats:: prefix

This commit is contained in:
Robert Osfield 2007-02-15 00:53:52 +00:00
parent 1eea407ee0
commit b7b8e7ed98

View File

@ -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;