Missing virtual destructor.
authorCarl Hetherington <cth@carlh.net>
Mon, 23 May 2016 20:22:57 +0000 (21:22 +0100)
committerCarl Hetherington <cth@carlh.net>
Mon, 23 May 2016 20:22:57 +0000 (21:22 +0100)
src/lib/cinema_sound_processor.h

index 1d4a389f381bdc48c013641796ccb70cfd972438..c2d2f44c005fd0faf31d719f6c84ce7dda3c7055 100644 (file)
@@ -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;