mirror of
https://github.com/EQEmu/Server.git
synced 2026-06-24 21:58:22 +00:00
QGlobalCache::LoadBy to pass by reference
This commit is contained in:
+1
-1
@@ -42,7 +42,7 @@ public:
|
||||
void LoadByZoneID(uint32 zoneID); //zone
|
||||
void LoadByGlobalContext(); //zone
|
||||
protected:
|
||||
void LoadBy(const std::string query);
|
||||
void LoadBy(const std::string &query);
|
||||
std::list<QGlobal> qGlobalBucket;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user