mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-09 23:34:20 +00:00
Timer: Add a leak detector
This commit is contained in:
parent
98acf79859
commit
24f3a91a35
1 changed files with 2 additions and 0 deletions
|
|
@ -144,6 +144,8 @@ private:
|
|||
SharedResourcePointer<TimerThread> timerThread;
|
||||
|
||||
Timer& operator= (const Timer&) = delete;
|
||||
|
||||
JUCE_LEAK_DETECTOR (Timer)
|
||||
};
|
||||
|
||||
} // namespace juce
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue