mirror of
https://github.com/cookiengineer/audacity
synced 2025-10-21 14:02:57 +02:00
Remove most uses of AUDACITY_OLD_STD
This commit is contained in:
@@ -986,11 +986,7 @@ wxT("POSSIBILITY OF SUCH DAMAGES.\n"));
|
||||
|
||||
void AboutDialog::AddCredit(wxString &&description, Role role)
|
||||
{
|
||||
#ifdef __AUDACITY_OLD_STD__
|
||||
creditItems.push_back(AboutDialogCreditItem{ std::move(description), role });
|
||||
#else
|
||||
creditItems.emplace_back(std::move(description), role);
|
||||
#endif
|
||||
}
|
||||
|
||||
wxString AboutDialog::GetCreditsByRole(AboutDialog::Role role)
|
||||
|
Reference in New Issue
Block a user