summaryrefslogtreecommitdiffstats
path: root/src/sp-marker.cpp
diff options
context:
space:
mode:
authorLiam P. White <inkscapebrony@gmail.com>2014-10-05 16:58:19 +0000
committerLiam P. White <inkscapebrony@gmail.com>2014-10-05 16:58:19 +0000
commit9a0740b27fcad7f06bae507e1957f4bfeb4f9dc7 (patch)
tree8ae4f0148d2bd4901c97ac94244cb413c09a22a8 /src/sp-marker.cpp
parentMove obvious ui component to ui/ (diff)
downloadinkscape-9a0740b27fcad7f06bae507e1957f4bfeb4f9dc7.tar.gz
inkscape-9a0740b27fcad7f06bae507e1957f4bfeb4f9dc7.zip
Rename marker.cpp -> sp-marker.cpp to reflect inclusion in SP-tree
(bzr r13341.1.248)
Diffstat (limited to '')
-rw-r--r--src/sp-marker.cpp (renamed from src/marker.cpp)2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/marker.cpp b/src/sp-marker.cpp
index a4cbc30ca..e955594ab 100644
--- a/src/marker.cpp
+++ b/src/sp-marker.cpp
@@ -24,7 +24,7 @@
#include "display/drawing-group.h"
#include "xml/repr.h"
#include "attributes.h"
-#include "marker.h"
+#include "sp-marker.h"
#include "document.h"
#include "document-private.h"
#include "preferences.h"