leon 1 bulan lalu
induk
melakukan
4166de31e9
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  1. 1 1
      src/nodes/base/base.hpp

+ 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_;
     }