mirror of
https://github.com/EQEmu/Server.git
synced 2026-06-02 19:30:25 +00:00
Missing return value
This commit is contained in:
@@ -26,6 +26,8 @@ MySQLRequestRow& MySQLRequestRow::operator=(MySQLRequestRow& moveItem)
|
|||||||
|
|
||||||
moveItem.m_Result = nullptr;
|
moveItem.m_Result = nullptr;
|
||||||
moveItem.m_MySQLRow = nullptr;
|
moveItem.m_MySQLRow = nullptr;
|
||||||
|
|
||||||
|
return *this;
|
||||||
}
|
}
|
||||||
|
|
||||||
MySQLRequestRow::MySQLRequestRow(MYSQL_RES *result)
|
MySQLRequestRow::MySQLRequestRow(MYSQL_RES *result)
|
||||||
|
|||||||
Reference in New Issue
Block a user