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

Re-add timer...fixes bug #655

This commit is contained in:
lllucius@gmail.com
2014-12-04 07:15:58 +00:00
parent cddff18025
commit 3029c1dd3c
2 changed files with 5 additions and 0 deletions

View File

@@ -209,6 +209,8 @@ class AudacityApp:public wxApp {
wxSingleInstanceChecker *mChecker;
wxTimer mTimer;
bool m_aliasMissingWarningShouldShow;
BlockFile *m_LastMissingBlockFile;