diff --git a/src/osg/ClipNode.cpp b/src/osg/ClipNode.cpp index e042de4f3..7d1ef7f47 100644 --- a/src/osg/ClipNode.cpp +++ b/src/osg/ClipNode.cpp @@ -110,7 +110,7 @@ bool ClipNode::removeClipPlane(unsigned int pos) } // Set the GLModes on StateSet associated with the ClipPlanes. -void ClipNode::setStateSetModes(StateSet& stateset,const StateAttribute::GLModeValue value) const +void ClipNode::setStateSetModes(StateSet& stateset,StateAttribute::GLModeValue value) const { for(ClipPlaneList::const_iterator itr=_planes.begin(); itr!=_planes.end();