mirror of
https://github.com/cjcliffe/CubicSDR.git
synced 2026-06-07 00:14:40 -04:00
More terminate()-and-flush calls missed before
This commit is contained in:
@@ -25,8 +25,8 @@ public:
|
||||
|
||||
void onBindOutput(std::string name, ThreadQueueBasePtr threadQueue);
|
||||
|
||||
void run();
|
||||
void terminate();
|
||||
virtual void run();
|
||||
virtual void terminate();
|
||||
|
||||
void setMuted(bool state);
|
||||
bool isMuted();
|
||||
|
||||
Reference in New Issue
Block a user