summaryrefslogtreecommitdiffstats
path: root/src/libs/engine/InputPort.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/libs/engine/InputPort.hpp')
-rw-r--r--src/libs/engine/InputPort.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/libs/engine/InputPort.hpp b/src/libs/engine/InputPort.hpp
index ffba2a30..2617882f 100644
--- a/src/libs/engine/InputPort.hpp
+++ b/src/libs/engine/InputPort.hpp
@@ -64,6 +64,7 @@ public:
const Connections& connections() { return _connections; }
+ bool prepare_poly(uint32_t poly);
bool apply_poly(Raul::Maid& maid, uint32_t poly);
void pre_process(ProcessContext& context);