fixed linux build

This commit is contained in:
David Anderson 2007-10-23 11:24:51 +00:00
parent 4aafcc50a0
commit dbf6143747

View File

@ -121,6 +121,8 @@ bool MysqlResultSet::NextResultSet()
} }
m_kRow.m_Columns = m_Columns; m_kRow.m_Columns = m_Columns;
return true;
} }
void MysqlResultSet::FreeHandle() void MysqlResultSet::FreeHandle()