FileSearch: Namespace functions under the Common namespace

This commit is contained in:
Lioncash 2017-04-07 00:55:10 -04:00
commit f7a2f6ad01
9 changed files with 18 additions and 11 deletions

View file

@ -264,7 +264,7 @@ void InputConfigDialog::UpdateProfileComboBox()
pname += PROFILES_PATH;
pname += m_config.GetProfileName();
std::vector<std::string> sv = DoFileSearch({".ini"}, {pname});
std::vector<std::string> sv = Common::DoFileSearch({".ini"}, {pname});
wxArrayString strs;
for (const std::string& filename : sv)