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.cpp | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'src/extension/script/InkscapePerl.cpp') diff --git a/src/extension/script/InkscapePerl.cpp b/src/extension/script/InkscapePerl.cpp index 7b3c3c1a5..1a4c61bcc 100644 --- a/src/extension/script/InkscapePerl.cpp +++ b/src/extension/script/InkscapePerl.cpp @@ -8,7 +8,7 @@ * * Released under GNU GPL, read the file 'COPYING' for more information */ - + #include "InkscapePerl.h" @@ -40,7 +40,7 @@ InkscapePerl::InkscapePerl() { } - + /* * @@ -50,13 +50,13 @@ InkscapePerl::~InkscapePerl() } - - -bool InkscapePerl::interpretScript(Glib::ustring &script, - Glib::ustring &output, - Glib::ustring &error) + + +bool InkscapePerl::interpretScript(const Glib::ustring &script, + Glib::ustring &output, + Glib::ustring &error) { char *codeBuf = (char *)script.raw().c_str(); int ret = InkscapePerlParseBuf(inkscape_module_script, codeBuf); @@ -66,7 +66,7 @@ bool InkscapePerl::interpretScript(Glib::ustring &script, } return true; } - + -- cgit v1.2.3