mirror of
https://github.com/cookiengineer/audacity
synced 2025-11-23 17:30:17 +01:00
Sweep unnecessary wxString copies: rest
This commit is contained in:
@@ -53,7 +53,7 @@ public:
|
||||
bool Load();
|
||||
void Unload();
|
||||
int Dispatch(ModuleDispatchTypes type);
|
||||
void * GetSymbol(wxString name);
|
||||
void * GetSymbol(const wxString &name);
|
||||
|
||||
private:
|
||||
wxString mName;
|
||||
|
||||
Reference in New Issue
Block a user