Fixed const method type

This commit is contained in:
Robert Osfield 2007-05-21 11:49:37 +00:00
parent ccede7740e
commit 08aabf9312

View File

@ -49,7 +49,7 @@ class OSGSIM_EXPORT OverlayNode : public osg::Group
void setOverlayTechnique(OverlayTechnique technique);
OverlayTechnique getOverlayTechnique() { return _overlayTechnique; }
OverlayTechnique getOverlayTechnique() const { return _overlayTechnique; }
/** Set the overlay subgraph which will be rendered to texture.*/