1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-10-26 23:33:49 +01:00

Reviewed uses of type alias FileExtension, it belongs in more places

This commit is contained in:
Paul Licameli
2019-12-27 16:14:25 -05:00
parent 3f88df06ec
commit d6d4ee3c29
11 changed files with 23 additions and 24 deletions

View File

@@ -35,8 +35,7 @@
// private helper classes and functions
namespace {
void DoExport
(AudacityProject &project, const wxString & Format )
void DoExport( AudacityProject &project, const FileExtension & Format )
{
auto &tracks = TrackList::Get( project );