gearmulator

Emulation of classic VA synths of the late 90s/2000s that are based on Motorola 56300 family DSPs
Log | Files | Refs | Submodules | README | LICENSE

commit d59c7b35fc2ff6cc699d1df277a6b6cadb792a18
parent 1322e0b3eb9d233e92d7d0121fd435c7a4ce5ede
Author: dsp56300 <dsp56300@users.noreply.github.com>
Date:   Thu, 10 Mar 2022 23:20:11 +0100

fix missing include guard

Diffstat:
Msource/jucePlugin/ui/Ui_Utils.h | 2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git a/source/jucePlugin/ui/Ui_Utils.h b/source/jucePlugin/ui/Ui_Utils.h @@ -1,3 +1,5 @@ +#pragma once + #include "Virus_LookAndFeel.h" constexpr auto knobSize = Virus::LookAndFeel::kKnobSize;