diff options
-rw-r--r-- | engines/wage/gui.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/wage/gui.cpp b/engines/wage/gui.cpp index 63db460920..d8ac5d4d63 100644 --- a/engines/wage/gui.cpp +++ b/engines/wage/gui.cpp @@ -331,6 +331,7 @@ void Gui::appendText(const char *s) { void Gui::clearOutput() { //_consoleWindow->clearAllContent(); + warning("STUB: Gui::clearOutput()"); } void Gui::actionCopy() { |