summaryrefslogtreecommitdiff
path: root/plugins/ZamGate/ZamGateUI.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/ZamGate/ZamGateUI.hpp')
-rw-r--r--plugins/ZamGate/ZamGateUI.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/ZamGate/ZamGateUI.hpp b/plugins/ZamGate/ZamGateUI.hpp
index 53d0092..84a3d2d 100644
--- a/plugins/ZamGate/ZamGateUI.hpp
+++ b/plugins/ZamGate/ZamGateUI.hpp
@@ -39,8 +39,8 @@ protected:
// -------------------------------------------------------------------
// DSP Callbacks
- void d_parameterChanged(uint32_t index, float value) override;
- void d_programChanged(uint32_t index) ;
+ void parameterChanged(uint32_t index, float value) override;
+ void programLoaded(uint32_t index) override;
// -------------------------------------------------------------------