Fixed warnings, updated NEWS
This commit is contained in:
@@ -131,7 +131,7 @@ class OSG_EXPORT View : public virtual osg::Object
|
||||
|
||||
bool removeSlave(unsigned int pos);
|
||||
|
||||
unsigned int getNumSlaves() const { return _slaves.size(); }
|
||||
unsigned int getNumSlaves() const { return static_cast<unsigned int>(_slaves.size()); }
|
||||
|
||||
Slave& getSlave(unsigned int pos) { return _slaves[pos]; }
|
||||
const Slave& getSlave(unsigned int pos) const { return _slaves[pos]; }
|
||||
|
||||
Reference in New Issue
Block a user