diff options
| author | Johan B. C. Engelen <jbc.engelen@swissonline.ch> | 2008-02-28 10:38:32 +0000 |
|---|---|---|
| committer | johanengelen <johanengelen@users.sourceforge.net> | 2008-02-28 10:38:32 +0000 |
| commit | 3bde882b5c2bf9665f657f4e52dfa30b636eb349 (patch) | |
| tree | e7bf7d69fc2c943fee6ae8a0d4e4e170b822ccc4 /src/live_effects/lpeobject.h | |
| parent | revert a small bit in document-properties.cpp of rev 17540. page sizer init()... (diff) | |
| download | inkscape-3bde882b5c2bf9665f657f4e52dfa30b636eb349.tar.gz inkscape-3bde882b5c2bf9665f657f4e52dfa30b636eb349.zip | |
Remove unnecessary dependencies for some of the lpe parameters.
(bzr r4896)
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; |
