QGlobalCache::LoadBy to pass by reference

This commit is contained in:
Michael Cook (mackal)
2014-09-15 20:11:56 -04:00
parent e9f6031936
commit ec0989454d
2 changed files with 7 additions and 8 deletions
+1 -1
View File
@@ -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;
};