summaryrefslogtreecommitdiffstats
path: root/ingen/Interface.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'ingen/Interface.hpp')
-rw-r--r--ingen/Interface.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/ingen/Interface.hpp b/ingen/Interface.hpp
index 10d7d4bf..33180364 100644
--- a/ingen/Interface.hpp
+++ b/ingen/Interface.hpp
@@ -49,7 +49,7 @@ class INGEN_API Interface
public:
using result_type = void;
- Interface() : _seq(0) {}
+ Interface() {}
virtual ~Interface() = default;
@@ -141,7 +141,7 @@ public:
/** @} */
private:
- int32_t _seq;
+ int32_t _seq = 0;
};
} // namespace ingen