Fix for Visual Studio build
This commit is contained in:
parent
96d4eca1ae
commit
9e0af1c6a4
1 changed files with 1 additions and 1 deletions
|
|
@ -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();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue