diff options
| author | Stefano Facchini <stefano.facchini@gmail.com> | 2017-10-01 13:47:50 +0000 |
|---|---|---|
| committer | Stefano Facchini <stefano.facchini@gmail.com> | 2017-10-01 14:04:45 +0000 |
| commit | 1d7b7827cef0755aa92387e48bdde4d2a9c06318 (patch) | |
| tree | 1d987ad6dccdc8fdd69c6426302914cbf8e53384 /src/ui/shape-editor.cpp | |
| parent | Fix the editing of clipping and masking objects (diff) | |
| download | inkscape-1d7b7827cef0755aa92387e48bdde4d2a9c06318.tar.gz inkscape-1d7b7827cef0755aa92387e48bdde4d2a9c06318.zip | |
Rename object-edit.cpp to what it really is
Diffstat (limited to 'src/ui/shape-editor.cpp')
| -rw-r--r-- | src/ui/shape-editor.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ui/shape-editor.cpp b/src/ui/shape-editor.cpp index 2c0e662ee..4851c413f 100644 --- a/src/ui/shape-editor.cpp +++ b/src/ui/shape-editor.cpp @@ -20,15 +20,15 @@ #include "sp-shape.h" #include "sp-path.h" #include "inkscape.h" -#include "ui/object-edit.h" #include "ui/shape-editor.h" #include "xml/node-event-vector.h" -//using Inkscape::createKnotHolder; namespace Inkscape { namespace UI { +KnotHolder *createKnotHolder(SPItem *item, SPDesktop *desktop); + bool ShapeEditor::_blockSetItem = false; ShapeEditor::ShapeEditor(SPDesktop *dt, Geom::Affine edit_transform) : |
