summaryrefslogtreecommitdiff
path: root/src/lib/cinema_sound_processor.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2021-02-14 00:29:25 +0100
committerCarl Hetherington <cth@carlh.net>2021-02-14 21:40:06 +0100
commit312310dca90871a4894d507009052b02eea7e834 (patch)
treebf2fd6a0aae56595adbc42a4e408f2b32e426ecf /src/lib/cinema_sound_processor.h
parentce2de2f4229d75c0a473d13413c7c553b0980055 (diff)
Fix typos in operator=
Diffstat (limited to 'src/lib/cinema_sound_processor.h')
-rw-r--r--src/lib/cinema_sound_processor.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/cinema_sound_processor.h b/src/lib/cinema_sound_processor.h
index aa0ffa50f..ef003da2a 100644
--- a/src/lib/cinema_sound_processor.h
+++ b/src/lib/cinema_sound_processor.h
@@ -46,7 +46,7 @@ public:
virtual ~CinemaSoundProcessor () {}
CinemaSoundProcessor (CinemaSoundProcessor const&) = delete;
- CinemaSoundProcessor& operator==(CinemaSoundProcessor const&) = delete;
+ CinemaSoundProcessor& operator=(CinemaSoundProcessor const&) = delete;
float db_for_fader_change (float from, float to) const;