diff options
Diffstat (limited to 'stub_ui.h')
-rw-r--r-- | stub_ui.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -67,6 +67,8 @@ class StubRecoveryUI : public RecoveryUI { const std::function<int(int, bool)>& /* key_handler */) override { return initial_selection; } + + void SetTitle(const std::vector<std::string>& /* lines */) override {} }; #endif // RECOVERY_STUB_UI_H |