Windows compile fix

This commit is contained in:
Jack Andersen 2019-01-28 22:26:40 -10:00
parent d80f1346bb
commit fc2f8542c1
1 changed files with 1 additions and 1 deletions

View File

@ -71,7 +71,7 @@ struct AT_SPECIALIZE_PARMS(athena::Endian::Big, athena::Endian::Little) ObjectId
struct type : ObjectId { \
using ObjectId::ObjectId; \
type() = default; \
type(const ObjectId& id) : ObjectId(id) {} \
type(const ObjectId& idIn) : ObjectId(idIn) {} \
static thread_local NameDB* CurNameDB; \
}; \
template <athena::Endian DNAEn> \