Removed inappropriate Stats:: prefix

This commit is contained in:
Robert Osfield 2007-02-15 10:25:11 +00:00
parent 36b8ccacdd
commit b717790dcb

View File

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