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