From ee32368ea694893af2df9d70542b01a0f0d402a2 Mon Sep 17 00:00:00 2001 From: David Rose Date: Mon, 18 Mar 2002 22:06:46 +0000 Subject: [PATCH] oops, inline wrong --- panda/src/graph/boundedObject.cxx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/panda/src/graph/boundedObject.cxx b/panda/src/graph/boundedObject.cxx index bf174a2779..b068b9d107 100644 --- a/panda/src/graph/boundedObject.cxx +++ b/panda/src/graph/boundedObject.cxx @@ -42,7 +42,7 @@ BoundedObject:: // different from the bounding volumes on the arcs, // which enclose all geometry below them. //////////////////////////////////////////////////////////////////// -INLINE_GRAPH const BoundingVolume &BoundedObject:: +const BoundingVolume &BoundedObject:: get_bound() const { { CDReader cdata(_cycler); @@ -57,8 +57,8 @@ get_bound() const { } // We need to recompute the bounding volume. First, we need to - // release the old CDReader, so we can get a CDReader in - // recompute_bound(). + // release the old CDReader, so we can make a CDWriter in + // recompute_bound. } // Now it's safe to recompute the bounds.