mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-10 23:44:24 +00:00
Added a missing JUCE_API to OSCBundle::Element class
This commit is contained in:
parent
b452662ae7
commit
4446764fa9
1 changed files with 1 additions and 1 deletions
|
|
@ -64,7 +64,7 @@ public:
|
|||
|
||||
An OSCBundle Element contains either one OSCMessage or one OSCBundle.
|
||||
*/
|
||||
class Element
|
||||
class JUCE_API Element
|
||||
{
|
||||
public:
|
||||
//==============================================================================
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue