Small build fixup

This commit is contained in:
Charles Dang 2018-03-19 10:59:16 +11:00
parent 68f4bd14d6
commit 4225e1aa7c

View file

@ -179,7 +179,7 @@ void show_help(const section &toplevel_sec,
CVideo& video = CVideo::get_singleton();
if(gui2::new_widgets) {
gui2::dialogs::help_browser::display(video, toplevel_sec, show_topic);
gui2::dialogs::help_browser::display(toplevel_sec, show_topic);
return;
}