diff options
Diffstat (limited to 'src/lib/cinema_sound_processor.h')
| -rw-r--r-- | src/lib/cinema_sound_processor.h | 2 |
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; |
