diff options
Diffstat (limited to 'src/live_effects/lpeobject.h')
| -rw-r--r-- | src/live_effects/lpeobject.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/live_effects/lpeobject.h b/src/live_effects/lpeobject.h index bc13e596a..ede645eea 100644 --- a/src/live_effects/lpeobject.h +++ b/src/live_effects/lpeobject.h @@ -16,7 +16,8 @@ #define LIVEPATHEFFECT(o) (G_TYPE_CHECK_INSTANCE_CAST((o), TYPE_LIVEPATHEFFECT, LivePathEffectObject)) #define IS_LIVEPATHEFFECT(o) (G_TYPE_CHECK_INSTANCE_TYPE((o), TYPE_LIVEPATHEFFECT)) -struct LivePathEffectObject : public SPObject { +class LivePathEffectObject : public SPObject { +public: Inkscape::LivePathEffect::EffectType effecttype; Inkscape::LivePathEffect::Effect *lpe; |
