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:
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;