1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-10-19 09:01:15 +02:00

Move class HtmlTextHelpDialog out of header

This commit is contained in:
Paul Licameli
2019-03-31 14:54:32 -04:00
parent b83ed90cfb
commit e2c5444c1d
4 changed files with 28 additions and 23 deletions

View File

@@ -13,6 +13,7 @@
#include "../commands/CommandContext.h"
#include "../commands/CommandManager.h"
#include "../widgets/HelpSystem.h"
#include "../widgets/LinkingHtmlWindow.h"
#if defined(EXPERIMENTAL_CRASH_REPORT)
#include <wx/debugrpt.h>