C4Property: Add missing template<> specifier

MSVC doesn't care, apparently.
master
Nicolas Hake 2019-01-01 21:55:42 +01:00
parent 0a81206b7e
commit 5cf852d8ab
1 changed files with 1 additions and 0 deletions

View File

@ -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<C4Property>::Equals(const C4Property &a, const C4Property &b)
{
return a.Key == b.Key;