diff options
Diffstat (limited to 'src/FbCommandFactory.cc')
-rw-r--r-- | src/FbCommandFactory.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/FbCommandFactory.cc b/src/FbCommandFactory.cc index 8279edb..ec91a86 100644 --- a/src/FbCommandFactory.cc +++ b/src/FbCommandFactory.cc | |||
@@ -358,7 +358,7 @@ FbTk::Command *FbCommandFactory::stringToCommand(const std::string &command, | |||
358 | // | 358 | // |
359 | else if (command == "deiconify") { | 359 | else if (command == "deiconify") { |
360 | 360 | ||
361 | FbTk_istringstream iss(arguments); | 361 | FbTk_istringstream iss(arguments.c_str()); |
362 | string mode; | 362 | string mode; |
363 | string d; | 363 | string d; |
364 | DeiconifyCmd::Destination dest; | 364 | DeiconifyCmd::Destination dest; |