2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-12-09 06:27:43 +00:00

Relocate CaseInsensitiveCompare

This commit is contained in:
Jack Andersen
2015-12-30 12:05:17 -10:00
parent 536a19725d
commit 028be337c6
9 changed files with 20 additions and 35 deletions

View File

@@ -27,7 +27,7 @@ struct SpecMP1 : SpecBase
std::vector<const NOD::Node*> m_nonPaks;
std::vector<DNAMP1::PAKBridge> m_paks;
std::map<std::string, DNAMP1::PAKBridge*, CaseInsensitiveCompare> m_orderedPaks;
std::map<std::string, DNAMP1::PAKBridge*, HECL::CaseInsensitiveCompare> m_orderedPaks;
HECL::ProjectPath m_workPath;
HECL::ProjectPath m_cookPath;