modified mysql results/row to be ready for range based for

This commit is contained in:
Arthur Ice
2015-01-08 20:34:38 -08:00
parent 4808dcadcf
commit f6166bcb94
3 changed files with 8 additions and 2 deletions
+1 -1
View File
@@ -48,7 +48,7 @@ public:
const std::string FieldName(int columnIndex);
MySQLRequestRow& begin() { return m_CurrentRow; }
MySQLRequestRow& end() { return m_OneBeyondRow;}
MySQLRequestRow& end() { return m_OneBeyondRow; }
private:
void FreeInternals();