Make Client::TradeskillSearchResults take a reference

This commit is contained in:
Michael Cook (mackal)
2016-05-06 22:04:21 -04:00
parent f85add14db
commit 20a36151b3
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -680,7 +680,7 @@ SkillUseTypes Object::TypeToSkill(uint32 type)
return TradeskillUnknown;
}
void Client::TradeskillSearchResults(const std::string query, unsigned long objtype, unsigned long someid) {
void Client::TradeskillSearchResults(const std::string &query, unsigned long objtype, unsigned long someid) {
auto results = database.QueryDatabase(query);
if (!results.Success()) {