1
0
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:
Paul Licameli
2016-04-17 09:38:08 -04:00
parent 3e6f0bed78
commit 185d5e132d
4 changed files with 6 additions and 6 deletions

View File

@@ -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();