diff options
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 |
