mirror of
https://github.com/AxioDL/amuse.git
synced 2025-07-01 10:53:36 +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 { \
|
struct type : ObjectId { \
|
||||||
using ObjectId::ObjectId; \
|
using ObjectId::ObjectId; \
|
||||||
type() = default; \
|
type() = default; \
|
||||||
type(const ObjectId& id) : ObjectId(id) {} \
|
type(const ObjectId& idIn) : ObjectId(idIn) {} \
|
||||||
static thread_local NameDB* CurNameDB; \
|
static thread_local NameDB* CurNameDB; \
|
||||||
}; \
|
}; \
|
||||||
template <athena::Endian DNAEn> \
|
template <athena::Endian DNAEn> \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user