Crash fixes oh my

This commit is contained in:
KimLS
2014-08-28 03:47:28 -07:00
parent 467afc86af
commit ca84040a39
4 changed files with 10 additions and 2 deletions
-1
View File
@@ -64,6 +64,5 @@ bool MySQLRequestRow::operator!=(const MySQLRequestRow& rhs)
char* MySQLRequestRow::operator[](int index)
{
return m_MySQLRow[index];
}