From 35e92405401290fea82f04ff9669f7af07e4d1f7 Mon Sep 17 00:00:00 2001 From: Jean Pierre Cimalando Date: Thu, 4 Feb 2021 08:16:17 +0100 Subject: [PATCH] Make it build --- vst/SfizzVstUpdates.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vst/SfizzVstUpdates.h b/vst/SfizzVstUpdates.h index 26e80cee..7eebc0be 100644 --- a/vst/SfizzVstUpdates.h +++ b/vst/SfizzVstUpdates.h @@ -19,7 +19,7 @@ */ class OSCUpdate : public Steinberg::FObject { public: - OSCUpdate() noexcept = default; + OSCUpdate() = default; ~OSCUpdate(); void clear(); void setMessage(const void* data, uint32_t size, bool copy);