summaryrefslogtreecommitdiff
path: root/plugins/ZamTube/ZamTubeUI.hpp
diff options
context:
space:
mode:
authorfalkTX <falktx@gmail.com>2015-06-13 17:43:08 +0200
committerfalkTX <falktx@gmail.com>2015-06-13 17:43:08 +0200
commit12bb7420f9e2145e7dc16fd5e212cb5c274a5f79 (patch)
tree8c7e2c5f68f3c83b2d5b3cfd02d1c816c1435388 /plugins/ZamTube/ZamTubeUI.hpp
parent7a3210e063620e54ca6f2dbef6c49188a6fd0a88 (diff)
Update all other plugins to new DPF
Diffstat (limited to 'plugins/ZamTube/ZamTubeUI.hpp')
-rw-r--r--plugins/ZamTube/ZamTubeUI.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/ZamTube/ZamTubeUI.hpp b/plugins/ZamTube/ZamTubeUI.hpp
index f76eb4e..c4f6b12 100644
--- a/plugins/ZamTube/ZamTubeUI.hpp
+++ b/plugins/ZamTube/ZamTubeUI.hpp
@@ -47,8 +47,8 @@ protected:
// -------------------------------------------------------------------
// DSP Callbacks
- void d_parameterChanged(uint32_t index, float value) ;
- void d_programChanged(uint32_t index) ;
+ void parameterChanged(uint32_t index, float value) override;
+ void programLoaded(uint32_t index) override;
// -------------------------------------------------------------------
// Widget Callbacks