diff options
| author | Bob Jamison <ishmalius@gmail.com> | 2006-05-06 21:45:01 +0000 |
|---|---|---|
| committer | ishmal <ishmal@users.sourceforge.net> | 2006-05-06 21:45:01 +0000 |
| commit | b151fcd87bfd5892dc3cd166a0944d12666aefab (patch) | |
| tree | 0d2e099f46dcc747a4685727c3408c23efcdc544 /src/extension/script/InkscapePerl.cpp | |
| parent | r11769@tres: ted | 2006-05-06 09:09:59 -0700 (diff) | |
| download | inkscape-b151fcd87bfd5892dc3cd166a0944d12666aefab.tar.gz inkscape-b151fcd87bfd5892dc3cd166a0944d12666aefab.zip | |
const types
(bzr r754)
Diffstat (limited to 'src/extension/script/InkscapePerl.cpp')
| -rw-r--r-- | src/extension/script/InkscapePerl.cpp | 16 |
1 files changed, 8 insertions, 8 deletions
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; } - + |
