Fix the build for older macOS.
[dcpomatic.git] / src / lib / audio_buffers.h
index 7a02b2b0a458c7f51a75bd62cced144b905d4685..146d5bd3e2d8f88c260b3f7776d0104cd66d8c0b 100644 (file)
@@ -1,5 +1,5 @@
 /*
-    Copyright (C) 2012-2014 Carl Hetherington <cth@carlh.net>
+    Copyright (C) 2012-2021 Carl Hetherington <cth@carlh.net>
 
     This file is part of DCP-o-matic.
 
@@ -18,6 +18,7 @@
 
 */
 
+
 /** @file  src/lib/audio_buffers.h
  *  @brief AudioBuffers class.
  */
@@ -98,4 +99,5 @@ private:
        float** _data;
 };
 
+
 #endif