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/InkscapePython.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/InkscapePython.h')
| -rw-r--r-- | src/extension/script/InkscapePython.h | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/src/extension/script/InkscapePython.h b/src/extension/script/InkscapePython.h index fdcd4906f..cdf9bd0f1 100644 --- a/src/extension/script/InkscapePython.h +++ b/src/extension/script/InkscapePython.h @@ -29,25 +29,25 @@ public: * */ InkscapePython(); - + /* * */ virtual ~InkscapePython(); - - + + /* * */ - virtual bool interpretScript(Glib::ustring &script, + virtual bool interpretScript(const Glib::ustring &script, Glib::ustring &output, Glib::ustring &error); - - - + + + private: |
