mirror of
https://github.com/cookiengineer/audacity
synced 2025-12-15 09:01:12 +01:00
Avoid some wxString copies
This commit is contained in:
@@ -247,7 +247,7 @@ class AUDACITY_DLL_API AudacityProject final : public wxFrame,
|
||||
#endif
|
||||
void Clear();
|
||||
|
||||
wxString GetFileName() { return mFileName; }
|
||||
const wxString &GetFileName() { return mFileName; }
|
||||
bool GetDirty() { return mDirty; }
|
||||
void SetProjectTitle();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user