OSX Version of Kraken and importer now compiling again.

This commit is contained in:
2013-04-25 17:23:36 -07:00
parent 09d6998d3d
commit 30f3c5b0df
31 changed files with 94 additions and 78 deletions

View File

@@ -49,10 +49,10 @@ public:
KRBundle *getBundle(const char *szName);
std::vector<std::string> getBundleNames();
std::unordered_map<std::string, KRBundle *> getBundles();
unordered_map<std::string, KRBundle *> getBundles();
private:
std::unordered_map<std::string, KRBundle *> m_bundles;
unordered_map<std::string, KRBundle *> m_bundles;
};
#endif /* defined(KRBUNDLEMANAGER_H) */