Merge pull request #5219 from lioncash/common

FileSearch: Namespace functions under the Common namespace
This commit is contained in:
Mat M 2017-04-08 17:19:00 -04:00 committed by GitHub
commit 59d93f3a0d
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)