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 {
|
class OSCUpdate : public Steinberg::FObject {
|
||||||
public:
|
public:
|
||||||
OSCUpdate() noexcept = default;
|
OSCUpdate() = default;
|
||||||
~OSCUpdate();
|
~OSCUpdate();
|
||||||
void clear();
|
void clear();
|
||||||
void setMessage(const void* data, uint32_t size, bool copy);
|
void setMessage(const void* data, uint32_t size, bool copy);
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue