mirror of
https://github.com/cookiengineer/audacity
synced 2026-02-09 13:12:17 +01:00
separate out Help system functions into their own source file (pending some extra ones) and change the required includes to accomodate this. As a result, some error class definitions have to move from .cpp file to .h file.
This commit is contained in:
@@ -25,6 +25,7 @@
|
||||
#include "../HelpText.h"
|
||||
#include "../FileNames.h"
|
||||
#include "ErrorDialog.h"
|
||||
#include "HelpSystem.h"
|
||||
|
||||
BEGIN_EVENT_TABLE(BrowserFrame, wxFrame)
|
||||
EVT_BUTTON(wxID_FORWARD, BrowserFrame::OnForward)
|
||||
|
||||
Reference in New Issue
Block a user