mirror of
https://github.com/cookiengineer/audacity
synced 2025-12-24 17:41:13 +01:00
Fix Windows build...
... unfortunately inclusion of ErrorDialog.h in FileNames.h ties nine files into a low-level s.c.c.
This commit is contained in:
@@ -149,6 +149,9 @@ public:
|
||||
* on Windows */
|
||||
#if defined(__WXMSW__)
|
||||
static char *VerifyFilename(const wxString &s, bool input = true);
|
||||
|
||||
// stuff for file name sanitisation
|
||||
static wxCharBuffer mFilename;
|
||||
#endif
|
||||
|
||||
private:
|
||||
|
||||
Reference in New Issue
Block a user