aboutsummaryrefslogtreecommitdiffstats
path: root/stub_ui.h
diff options
context:
space:
mode:
Diffstat (limited to 'stub_ui.h')
-rw-r--r--stub_ui.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/stub_ui.h b/stub_ui.h
index f7c58406..60bbb966 100644
--- a/stub_ui.h
+++ b/stub_ui.h
@@ -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 {