mirror of
https://github.com/cookiengineer/audacity
synced 2025-11-23 09:20:16 +01:00
Second try to fix github build
This commit is contained in:
@@ -865,7 +865,7 @@ bool FileNames::IsOnFATFileSystem(const FilePath &path)
|
||||
}
|
||||
#endif
|
||||
|
||||
bool FileNames::FATFilesystemDenied( const FilePath &path, wxFrame *window /* = nullptr */ )
|
||||
bool FileNames::FATFilesystemDenied( const FilePath &path, wxWindow *window /* = nullptr */ )
|
||||
{
|
||||
if (FileNames::IsOnFATFileSystem(path))
|
||||
{
|
||||
|
||||
@@ -21,7 +21,6 @@
|
||||
|
||||
class wxFileName;
|
||||
class wxFileNameWrapper;
|
||||
class wxFrame;
|
||||
|
||||
namespace FileNames
|
||||
{
|
||||
@@ -214,7 +213,7 @@ namespace FileNames
|
||||
|
||||
AUDACITY_DLL_API
|
||||
bool IsOnFATFileSystem(const FilePath &path);
|
||||
bool FATFilesystemDenied(const FilePath &path, wxFrame *window = nullptr);
|
||||
bool FATFilesystemDenied(const FilePath &path, wxWindow *window = nullptr);
|
||||
|
||||
AUDACITY_DLL_API
|
||||
//! Give enough of the path to identify the device. (On Windows, drive letter plus ':')
|
||||
|
||||
Reference in New Issue
Block a user