1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-10-19 17:11:12 +02:00

Fixes bug #202 based on patch by Tobias Platen

Tobias's patch was fine, but it didn't properly exclude wxMac and
exposed a bug that would cause Audacity to crash at termination.
This commit is contained in:
lllucius@gmail.com
2014-12-05 02:03:15 +00:00
parent 90aafd1ddc
commit bd2ab22001
2 changed files with 35 additions and 18 deletions

View File

@@ -227,7 +227,7 @@ class AudacityApp:public wxApp {
bool mWindowRectAlreadySaved;
#if defined(__WXMSW__)
#if defined(__WXMSW__) || defined(__WXGTK__)
IPCServ *mIPCServ;
#endif
public: