diff options
| author | Jabier Arraiza Cenoz <jabier.arraiza@marker.es> | 2016-07-30 17:04:34 +0000 |
|---|---|---|
| committer | jabiertxof <info@marker.es> | 2016-07-30 17:04:34 +0000 |
| commit | 7f16afbb515eceed9c63afacec73cd528a662327 (patch) | |
| tree | 08fefaef37d88f75a4f615dbe4861a9a957312a2 /src/live_effects/effect.h | |
| parent | Fixes positions of labels (diff) | |
| download | inkscape-7f16afbb515eceed9c63afacec73cd528a662327.tar.gz inkscape-7f16afbb515eceed9c63afacec73cd528a662327.zip | |
Full rewrite on working mode now no linked paths necesary
(bzr r15017.1.15)
Diffstat (limited to 'src/live_effects/effect.h')
| -rw-r--r-- | src/live_effects/effect.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/live_effects/effect.h b/src/live_effects/effect.h index e0a7cbe6b..f54624302 100644 --- a/src/live_effects/effect.h +++ b/src/live_effects/effect.h @@ -66,7 +66,7 @@ public: virtual void doAfterEffect (SPLPEItem const* lpeitem); virtual void doOnRemove (SPLPEItem const* lpeitem); - + virtual void doOnVisibilityToggled(SPLPEItem const* lpeitem); void writeParamsToSVG(); virtual void acceptParamPath (SPPath const* param_path); |
