1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-12-20 23:51:18 +01:00

Fix build

This commit is contained in:
Leland Lucius
2020-08-11 01:48:32 -05:00
parent b6eaf5623e
commit da75a7edde
3 changed files with 5 additions and 2 deletions

View File

@@ -33,7 +33,7 @@ class AudacityLogger final : public wxEvtHandler, public wxLog {
void Show(bool show = true);
bool SaveLog(const FilePath &fileName) const;
bool SaveLog(const wxString &fileName) const;
#if defined(EXPERIMENTAL_CRASH_REPORT)
wxString GetLog();