Remove useless namespace prefix
This commit is contained in:
parent
ea57252081
commit
bb0456ffed
|
|
@ -195,7 +195,7 @@ namespace Nz
|
||||||
* \param packet NetPacket to move in this
|
* \param packet NetPacket to move in this
|
||||||
*/
|
*/
|
||||||
|
|
||||||
inline NetPacket& Nz::NetPacket::operator=(NetPacket&& packet)
|
inline NetPacket& NetPacket::operator=(NetPacket&& packet)
|
||||||
{
|
{
|
||||||
FreeStream();
|
FreeStream();
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue