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

This commit is contained in:
Tom Poole 2019-03-19 12:55:21 +00:00
parent 92d930a17e
commit ff1dbf5f6d

View file

@ -201,7 +201,7 @@ public:
/** A lock you can use to lock the message manager. You can use this class with
the RAII-based ScopedLock classes.
*/
class Lock
class JUCE_API Lock
{
public:
/**