diff options
| author | Jabier Arraiza Cenoz <jabier.arraiza@marker.es> | 2014-03-16 23:57:40 +0000 |
|---|---|---|
| committer | Jabiertxof <jtx@jtx.marker.es> | 2014-03-16 23:57:40 +0000 |
| commit | aec329617cf6f1aa3654d49150a9df4383d42dd8 (patch) | |
| tree | d7989e206b9df2dc56c82a74dbff8876be8e4d59 /src/style.cpp | |
| parent | Fix to solve static var in isBSpline function (diff) | |
| parent | Fix header and copyright licence (diff) | |
| download | inkscape-aec329617cf6f1aa3654d49150a9df4383d42dd8.tar.gz inkscape-aec329617cf6f1aa3654d49150a9df4383d42dd8.zip | |
update to trunk
(bzr r11950.1.299)
Diffstat (limited to 'src/style.cpp')
| -rw-r--r-- | src/style.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/style.cpp b/src/style.cpp index 132972164..c57cf6349 100644 --- a/src/style.cpp +++ b/src/style.cpp @@ -4373,7 +4373,7 @@ sp_style_write_ilengthornormal(gchar *p, gint const len, gchar const *const key, * Write SPIDashArray object into string. */ static gint -sp_style_write_idasharray(gchar *p, gint const len, gchar const *const key, +sp_style_write_idasharray(gchar *p, gint const len, gchar const *const /*key*/, SPIDashArray const *const val, SPIDashArray const *const base, guint const flags) { if ((flags & SP_STYLE_FLAG_ALWAYS) |
