From 9e0af1c6a4550d61aad865a9ff4955ca49e5edfc Mon Sep 17 00:00:00 2001 From: Jean Pierre Cimalando Date: Thu, 4 Feb 2021 09:04:23 +0100 Subject: [PATCH] Fix for Visual Studio build --- vst/SfizzVstUpdates.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vst/SfizzVstUpdates.cpp b/vst/SfizzVstUpdates.cpp index bed9b5a4..ab6c69f5 100644 --- a/vst/SfizzVstUpdates.cpp +++ b/vst/SfizzVstUpdates.cpp @@ -21,7 +21,7 @@ void OSCUpdate::clear() allocated_ = false; } -void OSCUpdate::setMessage(const void* data, Steinberg::uint32 size, bool copy) +void OSCUpdate::setMessage(const void* data, uint32_t size, bool copy) { clear();