Remove useless namespace prefix
This commit is contained in:
@@ -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();
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user