diff options
| author | Carl Hetherington <cth@carlh.net> | 2016-05-23 21:22:57 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2016-05-23 21:22:57 +0100 |
| commit | cf391f688a73956a8ee4caa1f896cef39d4b2607 (patch) | |
| tree | 0b9a9665878e73290272716798874c187fe42fc2 /src/lib | |
| parent | ab3db3166a2217eb9616fea068a952330a9e64a2 (diff) | |
Missing virtual destructor.
Diffstat (limited to 'src/lib')
| -rw-r--r-- | src/lib/cinema_sound_processor.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/cinema_sound_processor.h b/src/lib/cinema_sound_processor.h index 1d4a389f3..c2d2f44c0 100644 --- a/src/lib/cinema_sound_processor.h +++ b/src/lib/cinema_sound_processor.h @@ -38,6 +38,7 @@ class CinemaSoundProcessor : public boost::noncopyable { public: CinemaSoundProcessor (std::string i, std::string n); + virtual ~CinemaSoundProcessor () {} virtual float db_for_fader_change (float from, float to) const = 0; |
