Make it build
This commit is contained in:
parent
74285a1492
commit
35e9240540
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue