1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-10 23:44:24 +00:00
This commit is contained in:
ed 2021-12-01 13:05:06 +00:00
parent 1059f7b022
commit fc0f6b1f2f
27 changed files with 12 additions and 71 deletions

View file

@ -203,7 +203,7 @@ public:
Creates a new critical section to exclusively access methods which can
only be called when the message manager is locked.
Unlike CrititcalSection, multiple instances of this lock class provide
Unlike CriticalSection, multiple instances of this lock class provide
exclusive access to a single resource - the MessageManager.
*/
Lock();