diff options
| author | Ted Gould <ted@gould.cx> | 2007-06-27 06:20:11 +0000 |
|---|---|---|
| committer | gouldtj <gouldtj@users.sourceforge.net> | 2007-06-27 06:20:11 +0000 |
| commit | f8c3d0394e2a2794a195fa425ccd3ae015edf166 (patch) | |
| tree | f9cfb8a663c91dd896124027ee06f532d900fb3b /src/extension/implementation/script.h | |
| parent | (bzr r3118) (diff) | |
| download | inkscape-f8c3d0394e2a2794a195fa425ccd3ae015edf166.tar.gz inkscape-f8c3d0394e2a2794a195fa425ccd3ae015edf166.zip | |
r15377@tres: ted | 2007-05-08 22:03:14 -0700
It seems to work... I'm not entirely sure I understand why. Needs more
testing, but I'm optimistic.
(bzr r3119)
Diffstat (limited to 'src/extension/implementation/script.h')
| -rw-r--r-- | src/extension/implementation/script.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/extension/implementation/script.h b/src/extension/implementation/script.h index b7871d9f8..0e9708926 100644 --- a/src/extension/implementation/script.h +++ b/src/extension/implementation/script.h @@ -105,7 +105,7 @@ private: * The command that has been dirived from * the configuration file with appropriate directories */ - Glib::ustring command; + std::list<std::string> command; /** * This is the extension that will be used |
