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