diff --git a/common/MySQLRequestRow.cpp b/common/MySQLRequestRow.cpp index d00cbc835..46bdaffd9 100644 --- a/common/MySQLRequestRow.cpp +++ b/common/MySQLRequestRow.cpp @@ -26,6 +26,8 @@ MySQLRequestRow& MySQLRequestRow::operator=(MySQLRequestRow& moveItem) moveItem.m_Result = nullptr; moveItem.m_MySQLRow = nullptr; + + return *this; } MySQLRequestRow::MySQLRequestRow(MYSQL_RES *result)