commit 82ad36aa39114ecf69b00ab336646883d460a49e parent 1f64eb3af80f3ade2633eaba6edddefb824402b5 Author: dsp56300 <dsp56300@users.noreply.github.com> Date: Sat, 3 Dec 2022 22:18:12 +0100 fix compile error Diffstat:
M | source/jucePlugin/ui3/PatchBrowser.cpp | | | 2 | ++ |
1 file changed, 2 insertions(+), 0 deletions(-)
diff --git a/source/jucePlugin/ui3/PatchBrowser.cpp b/source/jucePlugin/ui3/PatchBrowser.cpp @@ -11,6 +11,8 @@ using namespace juce; +const juce::Array<juce::String> ModelList = {"A","B","C","TI"}; + namespace genericVirusUI { virusLib::VirusModel guessVersion(const uint8_t v)