Moved computeBounds into public scope.

This commit is contained in:
Robert Osfield 2005-05-15 20:31:22 +00:00
parent 95a9a4362f
commit a9f37f1f05

View File

@ -125,13 +125,12 @@ class OSG_EXPORT Group : public Node
* for all graphics contexts. */
virtual void releaseGLObjects(osg::State* = 0) const;
virtual BoundingSphere computeBound() const;
protected:
virtual ~Group();
virtual BoundingSphere computeBound() const;
virtual void childRemoved(unsigned int /*pos*/, unsigned int /*numChildrenToRemove*/) {}
virtual void childInserted(unsigned int /*pos*/) {}