mirror of
https://github.com/cookiengineer/audacity
synced 2026-02-07 04:01:54 +01:00
Sweep unnecessary wxString copies: rest
This commit is contained in:
@@ -168,7 +168,7 @@ int Module::Dispatch(ModuleDispatchTypes type)
|
||||
return 0;
|
||||
}
|
||||
|
||||
void * Module::GetSymbol(wxString name)
|
||||
void * Module::GetSymbol(const wxString &name)
|
||||
{
|
||||
return mLib->GetSymbol(name);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user