From b151fcd87bfd5892dc3cd166a0944d12666aefab Mon Sep 17 00:00:00 2001 From: Bob Jamison Date: Sat, 6 May 2006 21:45:01 +0000 Subject: const types (bzr r754) --- src/extension/script/InkscapePerl.h | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'src/extension/script/InkscapePerl.h') 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 @@ -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); - - + + -- cgit v1.2.3