1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-11-21 08:27:13 +01:00

Remove ErrorDialog.h from .h files (one function moves out of line)

This commit is contained in:
Paul Licameli
2019-03-30 15:20:40 -04:00
parent 0f3723e221
commit 44d664c7bb
7 changed files with 14 additions and 7 deletions

View File

@@ -19,6 +19,7 @@
#include "../commands/CommandManager.h"
#include "../effects/EffectManager.h"
#include "../widgets/ASlider.h"
#include "../widgets/ErrorDialog.h"
#include <wx/combobox.h>