diff options
| author | Tavmjong Bah <tavmjong@free.fr> | 2014-04-24 12:53:30 +0000 |
|---|---|---|
| committer | tavmjong-free <tavmjong@free.fr> | 2014-04-24 12:53:30 +0000 |
| commit | 20452bbd40fe1d93b2093cb5dea8e4cb8ae967d3 (patch) | |
| tree | ce0ca88db9385121a88ce92d2b407ebb7e9734c7 /src/id-clash.cpp | |
| parent | Clean up of style code, removal of SPFontStyle. Step 2. (diff) | |
| download | inkscape-20452bbd40fe1d93b2093cb5dea8e4cb8ae967d3.tar.gz inkscape-20452bbd40fe1d93b2093cb5dea8e4cb8ae967d3.zip | |
Clean up of style code: refactor marker properties. Step 3.
(bzr r13301)
Diffstat (limited to 'src/id-clash.cpp')
| -rw-r--r-- | src/id-clash.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/id-clash.cpp b/src/id-clash.cpp index 7a0bb9c4a..8d852315f 100644 --- a/src/id-clash.cpp +++ b/src/id-clash.cpp @@ -161,7 +161,7 @@ find_references(SPObject *elem, refmap_type *refmap) /* check for url(#...) references in markers */ const gchar *markers[4] = { "", "marker-start", "marker-mid", "marker-end" }; for (unsigned i = SP_MARKER_LOC_START; i < SP_MARKER_LOC_QTY; i++) { - const gchar *value = style->marker[i].value; + const gchar *value = style->marker_ptrs[i]->value; if (value) { gchar *uri = extract_uri(value); if (uri && uri[0] == '#') { |
