summaryrefslogtreecommitdiff
path: root/plugins/ZamSynth/ZamSynthUI.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/ZamSynth/ZamSynthUI.hpp')
-rw-r--r--plugins/ZamSynth/ZamSynthUI.hpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/plugins/ZamSynth/ZamSynthUI.hpp b/plugins/ZamSynth/ZamSynthUI.hpp
index 291990f..dcae528 100644
--- a/plugins/ZamSynth/ZamSynthUI.hpp
+++ b/plugins/ZamSynth/ZamSynthUI.hpp
@@ -64,9 +64,9 @@ protected:
// -------------------------------------------------------------------
// DSP Callbacks
- void d_parameterChanged(uint32_t index, float value) override;
- void d_programChanged(uint32_t index) override;
- void d_stateChanged(const char*, const char*) override;
+ void parameterChanged(uint32_t index, float value) override;
+ void programLoaded(uint32_t index) override;
+ void stateChanged(const char*, const char*) override;
// -------------------------------------------------------------------
// Widget Callbacks