summaryrefslogtreecommitdiffstats
path: root/src/ui/tool/selectable-control-point.h
diff options
context:
space:
mode:
authorLiam P. White <inkscapebrony@gmail.com>2014-08-08 20:21:47 +0000
committerLiam P. White <inkscapebrony@gmail.com>2014-08-08 20:21:47 +0000
commit8efd3ec8b64beb8e86f77329d9f54a71eb8f660c (patch)
treea3c95ff4ba10f8bcc74c1b4654da9bd7ea328e70 /src/ui/tool/selectable-control-point.h
parentPonyscape feature: finish pen drawing on context switch (diff)
parentMassive performance improvment for basic node operations with thousands of nodes (diff)
downloadinkscape-8efd3ec8b64beb8e86f77329d9f54a71eb8f660c.tar.gz
inkscape-8efd3ec8b64beb8e86f77329d9f54a71eb8f660c.zip
Update to experimental r13465
(bzr r13090.1.102)
Diffstat (limited to 'src/ui/tool/selectable-control-point.h')
-rw-r--r--src/ui/tool/selectable-control-point.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ui/tool/selectable-control-point.h b/src/ui/tool/selectable-control-point.h
index 8acfc1168..362d4addc 100644
--- a/src/ui/tool/selectable-control-point.h
+++ b/src/ui/tool/selectable-control-point.h
@@ -28,6 +28,7 @@ public:
virtual Geom::Rect bounds() const {
return Geom::Rect(position(), position());
}
+ friend class NodeList;
protected: