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