More terminate()-and-flush calls missed before

This commit is contained in:
vsonnier
2017-08-29 18:48:59 +02:00
parent dc9c67bec1
commit 3842cf087f
8 changed files with 37 additions and 2 deletions
+2 -2
View File
@@ -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();