From 59ec43d9b88dc50f2860b0171f0e4c43e90ee290 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Nusser?= Date: Fri, 8 Jun 2018 16:43:46 +0200 Subject: Fix const in newly added functions. --- plugingui/humanizerframecontent.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'plugingui/humanizerframecontent.h') diff --git a/plugingui/humanizerframecontent.h b/plugingui/humanizerframecontent.h index 1fdc83c..2cf708d 100644 --- a/plugingui/humanizerframecontent.h +++ b/plugingui/humanizerframecontent.h @@ -46,8 +46,8 @@ public: SettingsNotifier& settings_notifier); private: - float stddevSettingsToKnob(float value); - float stddevKnobToSettings(float value); + float stddevSettingsToKnob(float value) const; + float stddevKnobToSettings(float value) const; void attackValueChanged(float value); void falloffValueChanged(float value); -- cgit v1.2.3