steinbergmedia / vstgui

A user interface toolkit mainly for audio plug-ins
Other
850 stars 121 forks source link

4.12.1 cswitch.cpp fails compilation with VSTGUI_ENABLE_DEPRECATED_METHODS=0 #281

Closed sophiapoirier closed 1 year ago

sophiapoirier commented 1 year ago
vstgui/vstgui/lib/controls/cswitch.cpp:14:19: error: no member named 'useLegacyIndexCalculation' in 'VSTGUI::CSwitchBase'
bool CSwitchBase::useLegacyIndexCalculation = false;
     ~~~~~~~~~~~~~^

vstgui4_12_1.patch

sophiapoirier commented 1 year ago

resolved in 4.12.2