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.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/crawl-ref/source/menu.h b/crawl-ref/source/menu.h
index 88c1d00d0d..de060b354f 100644
--- a/crawl-ref/source/menu.h
+++ b/crawl-ref/source/menu.h
@@ -273,7 +273,8 @@ protected:
int last_selected;
protected:
- void check_add_formatted_line(int col, std::string &line, bool check_eol);
+ void check_add_formatted_line(int firstcol, int nextcol,
+ std::string &line, bool check_eol);
void do_menu();
virtual void draw_select_count(int count, bool force = false);
virtual void draw_item( int index ) const;