1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-11-03 07:33:49 +01:00

wxMSW 2.8.11 doesn't allow multiple timers to have the same ID, so use wxID_ANY

for timers
This commit is contained in:
businessmanprogrammersteve
2010-02-05 00:13:52 +00:00
parent 594dc3767c
commit 4fc182e812
5 changed files with 9 additions and 14 deletions

View File

@@ -40,8 +40,6 @@
#include <wx/intl.h>
#include <wx/dcclient.h>
const int AudacityProjectTimerID = 5200;
class wxWindow;
class wxDialog;
class wxBoxSizer;