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 c73dd2df8c5662f0b01b9731197dcc78744e5e41
parent 4abc0de166fa630a1029f6915ded69fa98d1a26f
Author: dsp56300 <dsp56300@users.noreply.github.com>
Date:   Fri, 31 May 2024 01:01:14 +0200

fix compile error on gcc/older clang

Diffstat:
Msource/jucePluginLib/event.h | 2--
1 file changed, 0 insertions(+), 2 deletions(-)

diff --git a/source/jucePluginLib/event.h b/source/jucePluginLib/event.h @@ -15,8 +15,6 @@ namespace pluginLib static constexpr ListenerId InvalidListenerId = ~0; - Event() = default; - ListenerId addListener(const Callback& _callback) { ListenerId id;