diff options
Diffstat (limited to 'cpp/src/IcePack/Parser.cpp')
-rw-r--r-- | cpp/src/IcePack/Parser.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/IcePack/Parser.cpp b/cpp/src/IcePack/Parser.cpp index 41653d40433..297a8e2b029 100644 --- a/cpp/src/IcePack/Parser.cpp +++ b/cpp/src/IcePack/Parser.cpp @@ -769,7 +769,7 @@ IcePack::Parser::continueLine() _continue = true; } -char* +const char* IcePack::Parser::getPrompt() { assert(_commands.empty() && isatty(fileno(yyin))); |