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:
parent
92d930a17e
commit
ff1dbf5f6d
1 changed files with 1 additions and 1 deletions
|
|
@ -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:
|
||||
/**
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue