diff options
| author | Jon A. Cruz <jon@joncruz.org> | 2014-10-25 04:50:14 +0000 |
|---|---|---|
| committer | Jon A. Cruz <jon@joncruz.org> | 2014-10-25 04:50:14 +0000 |
| commit | 0d7c3ee0a778bfc2f5e5cbc1701ee6cd12e62012 (patch) | |
| tree | 0cb33d80cde46dfd17c244dad3f5639d7034258f /src/ui/clipboard.cpp | |
| parent | Correct casting from wrong variable. (diff) | |
| download | inkscape-0d7c3ee0a778bfc2f5e5cbc1701ee6cd12e62012.tar.gz inkscape-0d7c3ee0a778bfc2f5e5cbc1701ee6cd12e62012.zip | |
Cleaned casts from sp-shape by fixing member type.
(bzr r13638)
Diffstat (limited to 'src/ui/clipboard.cpp')
| -rw-r--r-- | src/ui/clipboard.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ui/clipboard.cpp b/src/ui/clipboard.cpp index 031a92924..4b4b14c22 100644 --- a/src/ui/clipboard.cpp +++ b/src/ui/clipboard.cpp @@ -54,6 +54,7 @@ #include <2geom/transforms.h> #include "box3d.h" #include "gradient-drag.h" +#include "marker.h" #include "sp-item.h" #include "sp-item-transform.h" // for sp_item_scale_rel, used in _pasteSize #include "sp-path.h" |
