summaryrefslogtreecommitdiffstats
path: root/src/object-edit.cpp
diff options
context:
space:
mode:
authorLiam P. White <inkscapebrony@gmail.com>2014-10-05 23:24:27 +0000
committerLiam P. White <inkscapebrony@gmail.com>2014-10-05 23:24:27 +0000
commit156cf3323a936c7dfccd9e09458cd8b5d174b7fe (patch)
treebaeeae39954ed5aade824f0426d9bab5d677f5ce /src/object-edit.cpp
parentAttempt to fix build breakage reported by su_v (but not seen locally). (diff)
downloadinkscape-156cf3323a936c7dfccd9e09458cd8b5d174b7fe.tar.gz
inkscape-156cf3323a936c7dfccd9e09458cd8b5d174b7fe.zip
Move more UI code into ui/
(bzr r13341.1.253)
Diffstat (limited to '')
-rw-r--r--src/ui/object-edit.cpp (renamed from src/object-edit.cpp)6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/object-edit.cpp b/src/ui/object-edit.cpp
index 14a5bd3d5..cc96727f8 100644
--- a/src/object-edit.cpp
+++ b/src/ui/object-edit.cpp
@@ -33,7 +33,7 @@
#include "sp-pattern.h"
#include "sp-path.h"
#include <glibmm/i18n.h>
-#include "object-edit.h"
+#include "ui/object-edit.h"
#include "xml/repr.h"
#include <2geom/math-utils.h>
#include "knot-holder-entity.h"
@@ -55,6 +55,7 @@ static KnotHolder *sp_lpe_knot_holder(SPItem *item, SPDesktop *desktop)
} // namespace
namespace Inkscape {
+namespace UI {
KnotHolder *createKnotHolder(SPItem *item, SPDesktop *desktop)
{
@@ -88,7 +89,8 @@ KnotHolder *createKnotHolder(SPItem *item, SPDesktop *desktop)
return knotholder;
}
-} // Inkscape
+}
+} // namespace Inkscape
/* SPRect */