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:
@@ -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 );
|
||||
|
||||
|
||||
Reference in New Issue
Block a user