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

Remove NumericTextCtrl.h from other headers or comment why you can't

This commit is contained in:
Paul Licameli
2019-03-30 15:53:54 -04:00
parent ced9be588b
commit ddaadfb7e7
22 changed files with 30 additions and 18 deletions

View File

@@ -22,6 +22,7 @@
#include <wx/string.h>
#include "ShuttleGui.h"
#include "widgets/NumericTextCtrl.h"
BEGIN_EVENT_TABLE(TimeDialog, wxDialogWrapper)
EVT_COMMAND(wxID_ANY, EVT_TIMETEXTCTRL_UPDATED, TimeDialog::OnUpdate)