diff options
| author | Johan B. C. Engelen <jbc.engelen@swissonline.ch> | 2012-01-12 21:06:16 +0000 |
|---|---|---|
| committer | Johan Engelen <goejendaagh@zonnet.nl> | 2012-01-12 21:06:16 +0000 |
| commit | 76f0853b7d6bbe1233daa3141ce1379e2df1e934 (patch) | |
| tree | caeee88d187ec0312914f48953729d6f7f0b21d9 /src/live_effects/parameter/path.h | |
| parent | Initial C++ification of SPCanvas. (diff) | |
| download | inkscape-76f0853b7d6bbe1233daa3141ce1379e2df1e934.tar.gz inkscape-76f0853b7d6bbe1233daa3141ce1379e2df1e934.zip | |
LPE: add new LPE that outputs the original path data. used to make a clone (without LPE) of a path with an LPE applied
(bzr r10874)
Diffstat (limited to 'src/live_effects/parameter/path.h')
| -rw-r--r-- | src/live_effects/parameter/path.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/live_effects/parameter/path.h b/src/live_effects/parameter/path.h index 854c29708..7b51dc48a 100644 --- a/src/live_effects/parameter/path.h +++ b/src/live_effects/parameter/path.h @@ -76,6 +76,7 @@ protected: void quit_listening(void); void linked_delete(SPObject *deleted); void linked_modified(SPObject *linked_obj, guint flags); + virtual void linked_modified_callback(SPObject *linked_obj, guint flags); void on_edit_button_click(); void on_copy_button_click(); |
