1
0
Fork 0
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:
ed 2020-02-06 09:41:58 +00:00
parent b452662ae7
commit 4446764fa9

View file

@ -64,7 +64,7 @@ public:
An OSCBundle Element contains either one OSCMessage or one OSCBundle.
*/
class Element
class JUCE_API Element
{
public:
//==============================================================================