mirror of
https://github.com/EQEmu/Server.git
synced 2026-09-05 03:06:38 +00:00
modified mysql results/row to be ready for range based for
This commit is contained in:
@@ -28,7 +28,7 @@ public:
|
||||
MySQLRequestRow operator++(int);
|
||||
bool operator==(const MySQLRequestRow& rhs);
|
||||
bool operator!=(const MySQLRequestRow& rhs);
|
||||
|
||||
MySQLRequestRow operator*();
|
||||
char* operator[](int index);
|
||||
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user