Fix for Visual Studio build

This commit is contained in:
Jean Pierre Cimalando 2021-02-04 09:04:23 +01:00
parent 96d4eca1ae
commit 9e0af1c6a4

View file

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