From David Callu, warning fixes and removal of spaces at end of lines.
This commit is contained in:
@@ -696,9 +696,9 @@ class OSG_EXPORT BufferData : public Object
|
||||
|
||||
unsigned int getNumClients() const { return _numClients; }
|
||||
|
||||
void addClient(osg::Object *client) { ++_numClients; }
|
||||
void addClient(osg::Object * /*client*/) { ++_numClients; }
|
||||
|
||||
void removeClient(osg::Object *client) { --_numClients; }
|
||||
void removeClient(osg::Object */*client*/) { --_numClients; }
|
||||
|
||||
protected:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user