1
0
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:
Paul Licameli
2019-05-20 13:28:21 -04:00
parent 6d257b04da
commit 273ba9f64d
6 changed files with 8 additions and 5 deletions

View File

@@ -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: