fix compile with Xcode 8.2 (nw)

This commit is contained in:
arbee 2016-12-15 22:05:15 -05:00
parent 733df166a3
commit fcf35c1b30

View File

@ -1000,7 +1000,7 @@ void debug_imgui::refresh_filelist()
util::zippath_directory* dir = nullptr; util::zippath_directory* dir = nullptr;
const char *volume_name; const char *volume_name;
const osd::directory::entry *dirent; const osd::directory::entry *dirent;
uint8_t first; uint8_t first = 0;
// todo // todo
m_filelist.clear(); m_filelist.clear();