summaryrefslogtreecommitdiffstats
path: root/include/ingen/EngineBase.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'include/ingen/EngineBase.hpp')
-rw-r--r--include/ingen/EngineBase.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/ingen/EngineBase.hpp b/include/ingen/EngineBase.hpp
index 1b6b105a..48a1464d 100644
--- a/include/ingen/EngineBase.hpp
+++ b/include/ingen/EngineBase.hpp
@@ -46,7 +46,7 @@ public:
*/
virtual void init(double sample_rate,
uint32_t block_length,
- size_t seq_size) = 0;
+ uint32_t seq_size) = 0;
/**
Return true iff the engine and driver supports dynamic ports.