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/widgets | |
| 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/widgets')
| -rw-r--r-- | src/widgets/stroke-marker-selector.cpp | 2 | ||||
| -rw-r--r-- | src/widgets/stroke-style.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/widgets/stroke-marker-selector.cpp b/src/widgets/stroke-marker-selector.cpp index 29c342f21..e80e01c22 100644 --- a/src/widgets/stroke-marker-selector.cpp +++ b/src/widgets/stroke-marker-selector.cpp @@ -31,7 +31,7 @@ #include "preferences.h" #include "path-prefix.h" #include "io/sys.h" -#include "marker.h" +#include "sp-marker.h" #include "sp-defs.h" #include "sp-root.h" #include "ui/cache/svg_preview_cache.h" diff --git a/src/widgets/stroke-style.h b/src/widgets/stroke-style.h index 464e7d2d1..15e394097 100644 --- a/src/widgets/stroke-style.h +++ b/src/widgets/stroke-style.h @@ -44,7 +44,7 @@ #include "helper/stock-items.h" #include "inkscape.h" #include "io/sys.h" -#include "marker.h" +#include "sp-marker.h" #include "preferences.h" #include "path-prefix.h" #include "selection.h" |
