mirror of https://github.com/libAthena/athena.git
Fix linux build
This commit is contained in:
parent
2b41d0234a
commit
a3f9629d44
|
@ -28,7 +28,7 @@ protected:
|
||||||
#if __BYTE_ORDER == __BIG_ENDIAN
|
#if __BYTE_ORDER == __BIG_ENDIAN
|
||||||
Endian m_endian = Big;
|
Endian m_endian = Big;
|
||||||
#else
|
#else
|
||||||
Endian m_endian = LittleEndian;
|
Endian m_endian = Little;
|
||||||
#endif
|
#endif
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue