Changeset 9599 for OpenSceneGraph/trunk/include/osg/StateAttribute
- Timestamp:
- 01/30/09 11:55:28 (4 years ago)
- Files:
-
- 1 modified
-
OpenSceneGraph/trunk/include/osg/StateAttribute (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
OpenSceneGraph/trunk/include/osg/StateAttribute
r8655 r9599 257 257 * @return the number of parents of this StateAttribute. 258 258 */ 259 inline unsigned int getNumParents() const { return _parents.size(); }259 inline unsigned int getNumParents() const { return static_cast<unsigned int>(_parents.size()); } 260 260 261 261
