fixes on xcode

This commit is contained in:
2017-08-11 08:29:13 +01:00
parent 9be2e8e147
commit c2c046f77e
3 changed files with 4 additions and 2 deletions

View File

@@ -7,7 +7,7 @@ public:
static AAssetManager* m_am;
AAsset* m_asset = nullptr;
#endif
static std::vector<std::string> Asset::list_files(std::string folder, bool is_asset, const std::string& filter_regex);
static std::vector<std::string> list_files(std::string folder, bool is_asset, const std::string& filter_regex);
std::string m_current_path;
FILE* m_fp = nullptr;