Skip to content

Commit

Permalink
Moved destructor to protected
Browse files Browse the repository at this point in the history
  • Loading branch information
robertosfield committed Jan 8, 2014
1 parent 716cfbf commit 4a76063
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions include/osgManipulator/AntiSquish
Original file line number Diff line number Diff line change
Expand Up @@ -62,12 +62,12 @@ class OSGMANIPULATOR_EXPORT AntiSquish: public osg::MatrixTransform

const osg::Vec3d& getPosition() const { return _position; }

virtual ~AntiSquish();

osg::Matrix computeUnSquishedMatrix(const osg::Matrix&, bool& flag);

protected:

virtual ~AntiSquish();

osg::NodeCallback* _asqCallback;

osg::Vec3d _pivot;
Expand Down

0 comments on commit 4a76063

Please sign in to comment.