This commit is contained in:
Robin Gareus 2022-06-03 07:24:42 +02:00
parent 58979af4f2
commit 5417ddd792
Signed by: rgareus
GPG Key ID: A090BCE02CF57F04

View File

@ -397,7 +397,7 @@ class CoreAudioBackend : public AudioBackend, public PortEngineSharedImpl {
#endif
ThreadData (CoreAudioBackend* e, boost::function<void ()> fp, size_t stacksz, double period)
: engine (e) , f (fp) , stacksize (stacksz), period_ns {}
: engine (e) , f (fp) , stacksize (stacksz), period_ns (period) {}
};
/* port engine */