mirror of
https://github.com/mangosfour/server.git
synced 2025-12-16 04:37:00 +00:00
[9553] Make GCC really happy...
This commit is contained in:
parent
9a884bdd83
commit
17d8c4d075
4 changed files with 7 additions and 7 deletions
|
|
@ -66,8 +66,8 @@ ByteBuffer& operator<< (ByteBuffer& buf, PackedGuid const& guid)
|
|||
return buf;
|
||||
}
|
||||
|
||||
ByteBuffer &operator>>(ByteBuffer& buf, PackedGuidReader& guid)
|
||||
ByteBuffer &operator>>(ByteBuffer& buf, PackedGuidReader const& guid)
|
||||
{
|
||||
guid.m_guidRef.Set(buf.readPackGUID());
|
||||
guid.m_guidPtr->Set(buf.readPackGUID());
|
||||
return buf;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue