summaryrefslogtreecommitdiffstats
path: root/src/ui/tool/selectable-control-point.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/ui/tool/selectable-control-point.h')
-rw-r--r--src/ui/tool/selectable-control-point.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ui/tool/selectable-control-point.h b/src/ui/tool/selectable-control-point.h
index a432b68db..87e415258 100644
--- a/src/ui/tool/selectable-control-point.h
+++ b/src/ui/tool/selectable-control-point.h
@@ -44,14 +44,14 @@ protected:
ControlPointSelection &sel, ColorSet *cset = 0, SPCanvasGroup *group = 0);
virtual void _setState(State state);
+
+ ControlPointSelection &_selection;
private:
void _connectHandlers();
void _takeSelection();
bool _clickedHandler(GdkEventButton *);
void _grabbedHandler(GdkEventMotion *);
-
- ControlPointSelection &_selection;
};
} // namespace UI