summaryrefslogtreecommitdiffstats
path: root/src/ui/tool/selectable-control-point.h
diff options
context:
space:
mode:
authorJabier Arraiza <jabier.arraiza@marker.es>2018-05-09 19:47:33 +0000
committerJabier Arraiza <jabier.arraiza@marker.es>2018-05-09 19:47:33 +0000
commite312c345ba946b59dcd228d1e4d382b51aa37e9d (patch)
tree4291cf591ca52682a00bc72341dc1d626058c6d0 /src/ui/tool/selectable-control-point.h
parentReset code to reaply (diff)
downloadinkscape-e312c345ba946b59dcd228d1e4d382b51aa37e9d.tar.gz
inkscape-e312c345ba946b59dcd228d1e4d382b51aa37e9d.zip
Apply fixed
Diffstat (limited to 'src/ui/tool/selectable-control-point.h')
-rw-r--r--src/ui/tool/selectable-control-point.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ui/tool/selectable-control-point.h b/src/ui/tool/selectable-control-point.h
index 362d4addc..c16f639b1 100644
--- a/src/ui/tool/selectable-control-point.h
+++ b/src/ui/tool/selectable-control-point.h
@@ -28,8 +28,10 @@ public:
virtual Geom::Rect bounds() const {
return Geom::Rect(position(), position());
}
+ virtual void select(bool toselect);
friend class NodeList;
+
protected:
SelectableControlPoint(SPDesktop *d, Geom::Point const &initial_pos, SPAnchorType anchor,