Search() should take value, not reference
This commit is contained in:
@@ -117,7 +117,7 @@ void PrepareSearchEngine(SearchPattern &s)
|
||||
*mSearcher->at(16).first << "Reset";
|
||||
}
|
||||
|
||||
void Search(SearchPattern &s)
|
||||
void Search(SearchPattern s)
|
||||
{
|
||||
if (s.Empty())
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user