summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/menu.h
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/menu.h')
-rw-r--r--crawl-ref/source/menu.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/menu.h b/crawl-ref/source/menu.h
index fdb1ff2ba2..91561b0440 100644
--- a/crawl-ref/source/menu.h
+++ b/crawl-ref/source/menu.h
@@ -311,7 +311,7 @@ protected:
void select_index( int index, int qty = -1 );
bool is_hotkey(int index, int key );
- bool is_selectable(int index) const;
+ virtual bool is_selectable(int index) const;
virtual int item_colour(int index, const MenuEntry *me) const;