diff options
Diffstat (limited to '')
| -rw-r--r-- | src/ui/shape-editor.cpp (renamed from src/shape-editor.cpp) | 12 |
1 files changed, 9 insertions, 3 deletions
diff --git a/src/shape-editor.cpp b/src/ui/shape-editor.cpp index 7915fe533..0b9fc24c5 100644 --- a/src/shape-editor.cpp +++ b/src/ui/shape-editor.cpp @@ -18,13 +18,16 @@ #include "document.h" #include "gc-anchored.h" #include "knotholder.h" -#include "object-edit.h" +#include "ui/object-edit.h" #include "sp-item.h" #include "sp-object.h" -#include "shape-editor.h" +#include "ui/shape-editor.h" #include "xml/node-event-vector.h" -using Inkscape::createKnotHolder; +//using Inkscape::createKnotHolder; + +namespace Inkscape { +namespace UI { bool ShapeEditor::_blockSetItem = false; @@ -159,6 +162,9 @@ bool ShapeEditor::knot_mouseover() const { return false; } +} // namespace UI +} // namespace Inkscape + /* Local Variables: mode:c++ |
