C++11 tidying.
[dcpomatic.git] / src / lib / raw_image_proxy.h
index 7cd9491fa25181da37a3a570a2f80a1723fefc6c..ec30f5a29aa3f8ad945c83f106b81f623c516956 100644 (file)
@@ -1,5 +1,5 @@
 /*
-    Copyright (C) 2014-2015 Carl Hetherington <cth@carlh.net>
+    Copyright (C) 2014-2021 Carl Hetherington <cth@carlh.net>
 
     This file is part of DCP-o-matic.
 
 
 */
 
+
 #ifndef DCPOMATIC_RAW_IMAGE_PROXY_H
 #define DCPOMATIC_RAW_IMAGE_PROXY_H
 
+
 #include "image_proxy.h"
 
+
 class RawImageProxy : public ImageProxy
 {
 public:
@@ -42,4 +45,5 @@ private:
        std::shared_ptr<Image> _image;
 };
 
+
 #endif