Updated wrappers

This commit is contained in:
Robert Osfield
2007-01-30 14:47:13 +00:00
parent 77b9a7ae19
commit f8213d1c53
5 changed files with 43 additions and 19 deletions

View File

@@ -27,7 +27,9 @@ class OSG_EXPORT Stats : public osg::Referenced
{
public:
Stats(const std::string& name, unsigned int numberOfFrames=50);
Stats(const std::string& name);
Stats(const std::string& name, unsigned int numberOfFrames);
void setName(const std::string& name) { _name = name; }
const std::string& getName() const { return _name; }