mirror of
https://github.com/EQEmu/Server.git
synced 2026-09-04 22:56:37 +00:00
modified mysql results/row to be ready for range based for
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user