Fix leaking the axis adjusters in the coordinate adjuster.

This commit is contained in:
Adam Reichold
2015-11-28 14:13:46 +01:00
parent 4272e2e167
commit 1ed09dc049
2 changed files with 7 additions and 1 deletions

View File

@@ -136,7 +136,7 @@ public:
/// For more complex adjuster
CoordinateAdjuster(CoordinateProvider *provider, CurveEditorSubGroup *parent, const std::vector<Axis> &axis);
virtual ~CoordinateAdjuster() {}
virtual ~CoordinateAdjuster();
// Update the Axis list, e.g. on Curve change, but MUST have the same axis count
void setAxis(const std::vector<Axis> &axis);