1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-09-17 08:40:27 +02:00

Second try to fix github build

This commit is contained in:
Leland Lucius 2021-01-05 03:24:15 -06:00
parent 636ecc3dc5
commit fd774c0de4
2 changed files with 2 additions and 3 deletions

View File

@ -865,7 +865,7 @@ bool FileNames::IsOnFATFileSystem(const FilePath &path)
} }
#endif #endif
bool FileNames::FATFilesystemDenied( const FilePath &path, wxFrame *window /* = nullptr */ ) bool FileNames::FATFilesystemDenied( const FilePath &path, wxWindow *window /* = nullptr */ )
{ {
if (FileNames::IsOnFATFileSystem(path)) if (FileNames::IsOnFATFileSystem(path))
{ {

View File

@ -21,7 +21,6 @@
class wxFileName; class wxFileName;
class wxFileNameWrapper; class wxFileNameWrapper;
class wxFrame;
namespace FileNames namespace FileNames
{ {
@ -214,7 +213,7 @@ namespace FileNames
AUDACITY_DLL_API AUDACITY_DLL_API
bool IsOnFATFileSystem(const FilePath &path); bool IsOnFATFileSystem(const FilePath &path);
bool FATFilesystemDenied(const FilePath &path, wxFrame *window = nullptr); bool FATFilesystemDenied(const FilePath &path, wxWindow *window = nullptr);
AUDACITY_DLL_API AUDACITY_DLL_API
//! Give enough of the path to identify the device. (On Windows, drive letter plus ':') //! Give enough of the path to identify the device. (On Windows, drive letter plus ':')