diff options
Diffstat (limited to 'src/extension/script/InkscapePerl.h')
| -rw-r--r-- | src/extension/script/InkscapePerl.h | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/src/extension/script/InkscapePerl.h b/src/extension/script/InkscapePerl.h index 0ec79a9cd..0b9314009 100644 --- a/src/extension/script/InkscapePerl.h +++ b/src/extension/script/InkscapePerl.h @@ -11,7 +11,7 @@ * * Released under GNU GPL, read the file 'COPYING' for more information */ - + #include "InkscapeInterpreter.h" #include <glibmm.h> @@ -28,23 +28,23 @@ public: * */ InkscapePerl(); - + /* * */ virtual ~InkscapePerl(); - - + + /* * */ - bool interpretScript(Glib::ustring &script, + bool interpretScript(const Glib::ustring &script, Glib::ustring &output, Glib::ustring &error); - - + + |
