Fix the build for older macOS.
[dcpomatic.git] / src / lib / dolby_cp750.h
index 3a8fcf6c7af907c2dc2f5688be084f790ceacc2b..92f8ec4463dcb3799fd7ab3e98b665b64a783f17 100644 (file)
@@ -1,5 +1,5 @@
 /*
-    Copyright (C) 2012 Carl Hetherington <cth@carlh.net>
+    Copyright (C) 2012-2021 Carl Hetherington <cth@carlh.net>
 
     This file is part of DCP-o-matic.
 
 
 */
 
+
 /** @file  src/lib/dolby_cp750.h
  *  @brief DolbyCP750 class.
  */
 
+
 #include "cinema_sound_processor.h"
 
+
 class DolbyCP750 : public CinemaSoundProcessor
 {
 public:
        DolbyCP750 ();
-
-       float db_for_fader_change (float from, float to) const;
 };