diff options
| author | Liam P. White <inkscapebrony@gmail.com> | 2014-10-05 16:58:19 +0000 |
|---|---|---|
| committer | Liam P. White <inkscapebrony@gmail.com> | 2014-10-05 16:58:19 +0000 |
| commit | 9a0740b27fcad7f06bae507e1957f4bfeb4f9dc7 (patch) | |
| tree | 8ae4f0148d2bd4901c97ac94244cb413c09a22a8 /src/selection-chemistry.cpp | |
| parent | Move obvious ui component to ui/ (diff) | |
| download | inkscape-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 'src/selection-chemistry.cpp')
| -rw-r--r-- | src/selection-chemistry.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/selection-chemistry.cpp b/src/selection-chemistry.cpp index 956e1719c..b87bc421f 100644 --- a/src/selection-chemistry.cpp +++ b/src/selection-chemistry.cpp @@ -41,7 +41,7 @@ SPCycleType SP_CYCLING = SP_CYCLE_FOCUS; #include "desktop-handles.h" #include "message-stack.h" #include "sp-item-transform.h" -#include "marker.h" +#include "sp-marker.h" #include "sp-use.h" #include "sp-textpath.h" #include "sp-tspan.h" |
