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:
@@ -227,7 +227,7 @@ class AudacityApp:public wxApp {
|
||||
|
||||
bool mWindowRectAlreadySaved;
|
||||
|
||||
#if defined(__WXMSW__)
|
||||
#if defined(__WXMSW__) || defined(__WXGTK__)
|
||||
IPCServ *mIPCServ;
|
||||
#endif
|
||||
public:
|
||||
|
Reference in New Issue
Block a user