1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-10-20 09:31:15 +02:00

Fix dangling reference bug

This commit is contained in:
Paul Licameli
2019-12-14 18:53:05 -05:00
parent 8aa6b47b17
commit a3bda5be97
2 changed files with 2 additions and 2 deletions

View File

@@ -138,7 +138,7 @@ public:
const wxString GetTranslatedName();
// non-virtual convenience function
const TranslatableString &GetUntranslatedName();
const TranslatableString GetUntranslatedName();
// Parameters, if defined. false means no defined parameters.
virtual bool DefineParams( ShuttleParams & WXUNUSED(S) ){ return false;};