mirror of
https://github.com/Lime3DS/Lime3DS.git
synced 2024-11-13 13:35:14 +01:00
Fix compile errors in Clang
This commit is contained in:
parent
a7a57c04c6
commit
da564d3fe0
@ -85,7 +85,6 @@ public:
|
|||||||
return *this;
|
return *this;
|
||||||
}
|
}
|
||||||
|
|
||||||
operator long() const { return (long)swap(); }
|
|
||||||
operator s8() const { return (s8)swap(); }
|
operator s8() const { return (s8)swap(); }
|
||||||
operator u8() const { return (u8)swap(); }
|
operator u8() const { return (u8)swap(); }
|
||||||
operator s16() const { return (s16)swap(); }
|
operator s16() const { return (s16)swap(); }
|
||||||
|
Loading…
Reference in New Issue
Block a user