mirror of
https://github.com/EQEmu/Server.git
synced 2026-02-15 11:52:24 +00:00
Missing return value
This commit is contained in:
parent
c9830dff57
commit
eb62481766
@ -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