1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-10 23:44:24 +00:00

Misc cleanups and modernisation

This commit is contained in:
jules 2018-05-10 14:20:46 +01:00
parent 0f94dbbf96
commit dee78f29f6
29 changed files with 266 additions and 275 deletions

View file

@ -28,7 +28,7 @@ class Timer::TimerThread : private Thread,
private AsyncUpdater
{
public:
typedef CriticalSection LockType; // (mysteriously, using a SpinLock here causes problems on some XP machines..)
using LockType = CriticalSection; // (mysteriously, using a SpinLock here causes problems on some XP machines..)
TimerThread() : Thread ("JUCE Timer")
{