mirror of
https://github.com/cookiengineer/audacity
synced 2026-03-27 16:46:11 +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))
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user