1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-10-20 17:41:13 +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

@@ -3219,7 +3219,7 @@ const wxString ComponentInterface::GetTranslatedName()
return GetSymbol().Translation();
}
const TranslatableString &ComponentInterface::GetUntranslatedName()
const TranslatableString ComponentInterface::GetUntranslatedName()
{
return GetSymbol().Msgid();
}