diff options
| author | Tavmjong Bah <tavmjong@free.fr> | 2014-04-23 18:46:06 +0000 |
|---|---|---|
| committer | tavmjong-free <tavmjong@free.fr> | 2014-04-23 18:46:06 +0000 |
| commit | 9abc39c892a58a6cff52000ae3671e50bae8a1a9 (patch) | |
| tree | 98eb7562005f82d332e659db2922e56092eeebf2 /src/id-clash.cpp | |
| parent | Parse xml:lang, required for SVG (CSS uses lang) (diff) | |
| download | inkscape-9abc39c892a58a6cff52000ae3671e50bae8a1a9.tar.gz inkscape-9abc39c892a58a6cff52000ae3671e50bae8a1a9.zip | |
Clean up of style code, converting structures to C++ classes. Step 1.
(bzr r13298)
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 f59b3b920..7a0bb9c4a 100644 --- a/src/id-clash.cpp +++ b/src/id-clash.cpp @@ -53,7 +53,7 @@ const char *href_like_attributes[] = { #define NUM_HREF_LIKE_ATTRIBUTES (sizeof(href_like_attributes) / sizeof(*href_like_attributes)) const SPIPaint SPStyle::* SPIPaint_members[] = { - &SPStyle::color, + //&SPStyle::color, &SPStyle::fill, &SPStyle::stroke, }; |
