diff options
Diffstat (limited to 'CommandLineInterface.cpp')
-rw-r--r-- | CommandLineInterface.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/CommandLineInterface.cpp b/CommandLineInterface.cpp index 7be27297..3888f231 100644 --- a/CommandLineInterface.cpp +++ b/CommandLineInterface.cpp @@ -344,10 +344,10 @@ bool CommandLineInterface::processInput() return true; } -void CommandLineInterface::handleAst(std::string const& _argStr) +void CommandLineInterface::handleAst(string const& _argStr) { - std::string title; - std::string suffix; + string title; + string suffix; if (_argStr == g_argAstStr) { |