Missing return value

This commit is contained in:
KimLS 2014-07-03 23:35:19 -07:00
parent c9830dff57
commit eb62481766

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)