1
0
mirror of https://github.com/cookiengineer/audacity synced 2026-02-07 04:01:54 +01:00

Many WindowAccessible subclasses moved out of header files

This commit is contained in:
Paul Licameli
2019-03-31 12:49:49 -04:00
parent 10568f8a46
commit ed29ab89f8
17 changed files with 576 additions and 599 deletions

View File

@@ -50,10 +50,6 @@ for shared and private configs - which need to move out.
#include "widgets/ErrorDialog.h"
#include "widgets/ProgressDialog.h"
#if wxUSE_ACCESSIBILITY
#include "widgets/WindowAccessible.h"
#endif
#include <unordered_map>
// ============================================================================