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.h | |
| 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.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); - - + + |
