leon 1 개월 전
부모
커밋
4166de31e9
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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_;
     }