C++11 tidying.
[dcpomatic.git] / src / lib / j2k_image_proxy.h
index 437a563ebb770a85e1627c576a3cd261b694fe09..5235d8e42522d02c42dd7566ec18bc6c8301853c 100644 (file)
@@ -1,5 +1,5 @@
 /*
-    Copyright (C) 2015-2017 Carl Hetherington <cth@carlh.net>
+    Copyright (C) 2015-2021 Carl Hetherington <cth@carlh.net>
 
     This file is part of DCP-o-matic.
 
 
 */
 
+
 #include "image_proxy.h"
 #include <dcp/array_data.h>
 #include <dcp/util.h>
 #include <boost/thread/mutex.hpp>
 
+
 namespace dcp {
        class MonoPictureFrame;
        class StereoPictureFrame;
 }
 
+
 class J2KImageProxy : public ImageProxy
 {
 public: