aboutsummaryrefslogtreecommitdiff
path: root/engines/wage
diff options
context:
space:
mode:
authorEugene Sandulenko2017-08-05 00:29:28 +0200
committerEugene Sandulenko2017-08-05 00:29:28 +0200
commitfe88fab431194d0ae96776995408ecfe3a9ad0af (patch)
tree26f18ef196da33fa1cb9cde1441b0c984e4cf8aa /engines/wage
parentb60e2eb89babe3fa5f1bdb757ea6d95b22878e23 (diff)
downloadscummvm-rg350-fe88fab431194d0ae96776995408ecfe3a9ad0af.tar.gz
scummvm-rg350-fe88fab431194d0ae96776995408ecfe3a9ad0af.tar.bz2
scummvm-rg350-fe88fab431194d0ae96776995408ecfe3a9ad0af.zip
WAGE: Mark Gui::clearOutput() as stub
Diffstat (limited to 'engines/wage')
-rw-r--r--engines/wage/gui.cpp1
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() {