mirror of
https://github.com/AxioDL/amuse.git
synced 2025-07-01 02:43:30 +00:00
Windows compile fix
This commit is contained in:
parent
d80f1346bb
commit
fc2f8542c1
@ -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> \
|
||||
|
Loading…
x
Reference in New Issue
Block a user