From Eric Wing, pedantic warning fixes

This commit is contained in:
Robert Osfield
2007-04-06 15:13:02 +00:00
parent acee7ccaee
commit 11d74fd54e
6 changed files with 15 additions and 15 deletions

View File

@@ -22,4 +22,4 @@ Object::Object(const Object& obj,const CopyOp& copyop):
_userData(copyop(obj._userData.get())) {}
}; // end of namespace osg
} // end of namespace osg