1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-12-20 07:31:19 +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

@@ -17,7 +17,7 @@
#include <vector>
#include <wx/defs.h>
#include "widgets/NumericTextCtrl.h"
#include "widgets/NumericTextCtrl.h" // member variable
class AudacityProject;
class Track;