leon 1 сар өмнө
parent
commit
4166de31e9

+ 1 - 1
src/nodes/base/base.hpp

@@ -65,7 +65,7 @@ public:
         output_buffers_.erase(name);
     }
 
-    inline void is_running()
+    inline bool is_running()
     {
         return running_;
     }