1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-12-25 14:11:28 +01:00

Suppress deprecation warning

This commit is contained in:
Leland Lucius
2020-03-11 23:47:55 -05:00
parent f1ec53d786
commit 12c940cdf6

View File

@@ -48,6 +48,10 @@ class wxArrayString;
#include <unordered_map> #include <unordered_map>
// We use deprecated LV2 interfaces to remain compatible with older
// plug-ins, so disable warnings
LV2_DISABLE_DEPRECATION_WARNINGS
class wxSlider; class wxSlider;
class wxTextCtrl; class wxTextCtrl;
class NumericTextCtrl; class NumericTextCtrl;