mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-30 02:50:05 +00:00
Refactored some operators in Time and RelativeTime, and made the Time constructor explicit.
This commit is contained in:
parent
968d63bca6
commit
ece4205d3d
24 changed files with 421 additions and 540 deletions
|
|
@ -317,7 +317,7 @@ private:
|
|||
startThread (7);
|
||||
}
|
||||
|
||||
JUCE_DECLARE_NON_COPYABLE (InternalTimerThread);
|
||||
JUCE_DECLARE_NON_COPYABLE_WITH_LEAK_DETECTOR (InternalTimerThread);
|
||||
};
|
||||
|
||||
InternalTimerThread* InternalTimerThread::instance = 0;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue