Missing return value

This commit is contained in:
KimLS 2014-07-03 23:35:19 -07:00 committed by Arthur Ice
parent cc69e81dab
commit e599820383

View File

@ -26,6 +26,8 @@ MySQLRequestRow& MySQLRequestRow::operator=(MySQLRequestRow& moveItem)
moveItem.m_Result = nullptr;
moveItem.m_MySQLRow = nullptr;
return *this;
}
MySQLRequestRow::MySQLRequestRow(MYSQL_RES *result)