mirror of
https://github.com/cookiengineer/audacity
synced 2025-06-16 16:10:06 +02:00
Suppress deprecation warning
This commit is contained in:
parent
f1ec53d786
commit
12c940cdf6
@ -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;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user