diff --git a/include/osg/Group b/include/osg/Group index 3afb9022a..5a016447d 100644 --- a/include/osg/Group +++ b/include/osg/Group @@ -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*/) {}