From dbd4bdcd892238cbbe55d969edacd003e2bd585f Mon Sep 17 00:00:00 2001 From: Robert Osfield Date: Fri, 14 Mar 2008 15:00:37 +0000 Subject: [PATCH] Missing checkin --- include/osgGA/StateSetManipulator | 3 +++ 1 file changed, 3 insertions(+) diff --git a/include/osgGA/StateSetManipulator b/include/osgGA/StateSetManipulator index 30ce9cd32..ad12fe148 100644 --- a/include/osgGA/StateSetManipulator +++ b/include/osgGA/StateSetManipulator @@ -45,6 +45,7 @@ public: /** get the attached a STATESTATE.*/ virtual const osg::StateSet * getStateSet() const; + /** Handle events, return true if handled, false otherwise.*/ virtual bool handle(const GUIEventAdapter& ea,GUIActionAdapter& us); @@ -86,6 +87,8 @@ protected: virtual ~StateSetManipulator(); + void clone(); + osg::ref_ptr _stateset; bool _initialized;