mirror of
https://github.com/cookiengineer/audacity
synced 2025-12-02 06:40:12 +01:00
Reviewed uses of type alias FileExtension, it belongs in more places
This commit is contained in:
@@ -73,7 +73,7 @@ public:
|
||||
// import. If a filename matches any of these extensions,
|
||||
// this importer will get first dibs on importing it.
|
||||
virtual FileExtensions GetSupportedExtensions() = 0;
|
||||
virtual bool SupportsExtension(const wxString & extension) = 0;
|
||||
virtual bool SupportsExtension(const FileExtension & extension) = 0;
|
||||
|
||||
// Create the client that will be used to import a file.
|
||||
virtual ImporterClientInterface *CreateClient() = 0;
|
||||
|
||||
Reference in New Issue
Block a user