diff options
Diffstat (limited to 'src/server/InputPort.hpp')
-rw-r--r-- | src/server/InputPort.hpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/server/InputPort.hpp b/src/server/InputPort.hpp index 9357c3ff..3c94d5c6 100644 --- a/src/server/InputPort.hpp +++ b/src/server/InputPort.hpp @@ -136,8 +136,8 @@ protected: uint32_t poly, size_t num_in_arcs) const override; - size_t _num_arcs; ///< Pre-process thread - Arcs _arcs; ///< Audio thread + size_t _num_arcs{0}; ///< Pre-process thread + Arcs _arcs; ///< Audio thread }; } // namespace server |