diff --git a/src/script/C4PropList.h b/src/script/C4PropList.h index b5c7e77b1..c4050e259 100644 --- a/src/script/C4PropList.h +++ b/src/script/C4PropList.h @@ -58,6 +58,7 @@ public: const char *GetSafeKey() const { if (Key && Key->GetCStr()) return Key->GetCStr(); return ""; } // get key as C string; return "" if undefined. never return nullptr }; +template<> inline bool C4Set::Equals(const C4Property &a, const C4Property &b) { return a.Key == b.Key;