Fix Visual Studio build (nw)

This commit is contained in:
balr0g 2016-05-27 10:31:49 -04:00
parent f1f681e642
commit 231f179d0c

View File

@ -271,7 +271,7 @@ void menu_file_create::handle()
case IPT_SPECIAL:
if (get_selection() == ITEMREF_NEW_IMAGE_NAME)
{
input_character(m_filename_buffer,event->unichar, is_valid_filename_char);
input_character(m_filename_buffer,event->unichar, &is_valid_filename_char);
reset(reset_options::REMEMBER_POSITION);
}
break;