diff options
Diffstat (limited to 'src/help.h')
-rw-r--r-- | src/help.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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(); |