diff --git a/include/osg/BufferObject b/include/osg/BufferObject index 706c040a2..cdb668a93 100644 --- a/include/osg/BufferObject +++ b/include/osg/BufferObject @@ -698,7 +698,7 @@ class OSG_EXPORT BufferData : public Object void addClient(osg::Object * /*client*/) { ++_numClients; } - void removeClient(osg::Object */*client*/) { --_numClients; } + void removeClient(osg::Object * /*client*/) { --_numClients; } protected: