diff options
| author | Liam P. White <inkscapebrony@gmail.com> | 2014-08-08 20:21:47 +0000 |
|---|---|---|
| committer | Liam P. White <inkscapebrony@gmail.com> | 2014-08-08 20:21:47 +0000 |
| commit | 8efd3ec8b64beb8e86f77329d9f54a71eb8f660c (patch) | |
| tree | a3c95ff4ba10f8bcc74c1b4654da9bd7ea328e70 /src/ui/tool/selectable-control-point.h | |
| parent | Ponyscape feature: finish pen drawing on context switch (diff) | |
| parent | Massive performance improvment for basic node operations with thousands of nodes (diff) | |
| download | inkscape-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.h | 1 |
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: |
