diff options
| author | Tavmjong Bah <tavmjong@free.fr> | 2018-11-08 14:56:09 +0000 |
|---|---|---|
| committer | Tavmjong Bah <tavmjong@free.fr> | 2018-11-08 14:56:09 +0000 |
| commit | 517288aebef7426ab1a70065746d0a81d545568d (patch) | |
| tree | 2a35356ce5c50d302e69de010a7047af78503013 /src/style.h | |
| parent | fix bug 1793940 ODG image export (diff) | |
| download | inkscape-517288aebef7426ab1a70065746d0a81d545568d.tar.gz inkscape-517288aebef7426ab1a70065746d0a81d545568d.zip | |
Implement the remaining vector effects properties.
Diffstat (limited to 'src/style.h')
| -rw-r--r-- | src/style.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/style.h b/src/style.h index 303e8dcbb..992e0a5cb 100644 --- a/src/style.h +++ b/src/style.h @@ -225,7 +225,7 @@ public: SPIScale24 solid_opacity; /** vector effect */ - SPIEnum vector_effect; + SPIVectorEffect vector_effect; /** fill */ SPIPaint fill; |
