diff options
Diffstat (limited to 'stub_ui.h')
-rw-r--r-- | stub_ui.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -43,6 +43,7 @@ class StubRecoveryUI : public RecoveryUI { bool WasTextEverVisible() override { return false; } + void UpdateScreenOnPrint(bool /* update */) override{}; // printing messages void Print(const char* fmt, ...) override { |