summaryrefslogtreecommitdiff
path: root/src/help.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/help.h')
-rw-r--r--src/help.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/help.h b/src/help.h
index 3a022ef0..b8e65c1f 100644
--- a/src/help.h
+++ b/src/help.h
@@ -35,6 +35,8 @@ class Help : public Screen<Scrollpad>
virtual bool allowsSelection() { return false; }
+ virtual List *GetList() { return 0; }
+
protected:
std::string DisplayKeys(int *, int = 2);
void GetKeybindings();