This commit is contained in:
Ryzerth
2020-11-03 19:22:53 +01:00
parent cee6af1e14
commit 5d320fdd53
3 changed files with 17 additions and 19 deletions

View File

@ -69,7 +69,7 @@ namespace dsp {
}
virtual void doStart() {
workerThread = std::thread(&generic_block::workerLoop, this);
workerThread = std::thread(&generic_block<BLOCK>::workerLoop, this);
}
virtual void doStop() {