mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-09 23:34:20 +00:00
Use the new TimedCallback in the codebase
This commit is contained in:
parent
0611baf1be
commit
d810a168eb
5 changed files with 16 additions and 93 deletions
|
|
@ -53,6 +53,7 @@ public:
|
|||
using Timer::startTimerHz;
|
||||
using Timer::stopTimer;
|
||||
using Timer::isTimerRunning;
|
||||
using Timer::getTimerInterval;
|
||||
|
||||
private:
|
||||
void timerCallback() override { callback(); }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue