diff options
| author | Eugene Sandulenko | 2017-08-05 00:29:28 +0200 |
|---|---|---|
| committer | Eugene Sandulenko | 2017-08-05 00:29:28 +0200 |
| commit | fe88fab431194d0ae96776995408ecfe3a9ad0af (patch) | |
| tree | 26f18ef196da33fa1cb9cde1441b0c984e4cf8aa /engines/wage | |
| parent | b60e2eb89babe3fa5f1bdb757ea6d95b22878e23 (diff) | |
| download | scummvm-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.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() { |
