summaryrefslogtreecommitdiffstats
path: root/src/shape-editor.h
diff options
context:
space:
mode:
authorJohan B. C. Engelen <jbc.engelen@swissonline.ch>2007-10-20 15:43:07 +0000
committerjohanengelen <johanengelen@users.sourceforge.net>2007-10-20 15:43:07 +0000
commit82a86b15d8cdd5040d65fa27ea59237d6e7c7ed3 (patch)
treef2607d956b1ce9c96bf57193b77913e074039ea9 /src/shape-editor.h
parentAdding config option to block use of libpoppler-cairo (for misdetected situta... (diff)
downloadinkscape-82a86b15d8cdd5040d65fa27ea59237d6e7c7ed3.tar.gz
inkscape-82a86b15d8cdd5040d65fa27ea59237d6e7c7ed3.zip
LPE: add on-canvas editing of path parameters!
(bzr r3934)
Diffstat (limited to 'src/shape-editor.h')
-rw-r--r--src/shape-editor.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/shape-editor.h b/src/shape-editor.h
index 0e5bc22ef..2df1bb0e0 100644
--- a/src/shape-editor.h
+++ b/src/shape-editor.h
@@ -36,7 +36,7 @@ public:
~ShapeEditor();
void set_item (SPItem *item);
- void set_livepatheffect_parameter(SPObject *lpeobject, const char * key);
+ void set_item_livepatheffect_parameter(SPItem *item, SPObject *lpeobject, const char * key);
void unset_item ();
SPItem *get_item ();