Tweaked comments.

This commit is contained in:
Robert Osfield 2004-06-14 19:20:07 +00:00
parent 1e2aae1634
commit 33bc3820ac

View File

@ -19,7 +19,7 @@
namespace osg { namespace osg {
/** Leaf Node for defining the position of ClipPlanes in the scene.*/ /** Node for defining the position of ClipPlanes in the scene.*/
class SG_EXPORT ClipNode : public Group class SG_EXPORT ClipNode : public Group
{ {