summaryrefslogtreecommitdiffstats
path: root/src/server/PatchImpl.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/server/PatchImpl.hpp')
-rw-r--r--src/server/PatchImpl.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/server/PatchImpl.hpp b/src/server/PatchImpl.hpp
index 5a0dbc9a..02df6fca 100644
--- a/src/server/PatchImpl.hpp
+++ b/src/server/PatchImpl.hpp
@@ -150,7 +150,7 @@ public:
/** Whether to run this patch's DSP bits in the audio thread */
bool enabled() const { return _process; }
void enable() { _process = true; }
- void disable();
+ void disable(ProcessContext& context);
uint32_t internal_poly() const { return _internal_poly; }