Fixed other potential bug on OSX

This commit is contained in:
Ryzerth
2021-04-19 19:46:03 +02:00
parent bdce551a50
commit a91ed266d5
5 changed files with 21 additions and 19 deletions

View File

@ -199,7 +199,7 @@ private:
dsp::NullSink<dsp::complex_t> ns;
Event<float>::EventHandler srChangeHandler;
EventHandler<float> srChangeHandler;
SinkManager::Stream stream;
};