From a9f37f1f05cede8f93865cf18b888ee1d3888363 Mon Sep 17 00:00:00 2001 From: Robert Osfield Date: Sun, 15 May 2005 20:31:22 +0000 Subject: [PATCH] Moved computeBounds into public scope. --- include/osg/Group | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) 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*/) {}