diff options
Diffstat (limited to 'src/CommandDialog.hh')
-rw-r--r-- | src/CommandDialog.hh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/CommandDialog.hh b/src/CommandDialog.hh index 0e12ce3..a976bc4 100644 --- a/src/CommandDialog.hh +++ b/src/CommandDialog.hh | |||
@@ -35,7 +35,7 @@ class Command; | |||
35 | class CommandDialog: public TextDialog { | 35 | class CommandDialog: public TextDialog { |
36 | public: | 36 | public: |
37 | CommandDialog(BScreen &screen, const std::string &title, | 37 | CommandDialog(BScreen &screen, const std::string &title, |
38 | const std::string pre_command = ""); | 38 | const std::string &pre_command = ""); |
39 | 39 | ||
40 | /** | 40 | /** |
41 | * Sets the command to be executed after the command is done. | 41 | * Sets the command to be executed after the command is done. |