C++11 tidying.
[dcpomatic.git] / src / lib / position_image.h
index b78effbd53715f4277f37a76b47f7ec80c3d62fb..2b7e7080a68df0bcb8e7228ae21cd2f6827c344b 100644 (file)
@@ -1,5 +1,5 @@
 /*
-    Copyright (C) 2014 Carl Hetherington <cth@carlh.net>
+    Copyright (C) 2014-2021 Carl Hetherington <cth@carlh.net>
 
     This file is part of DCP-o-matic.
 
@@ -18,6 +18,7 @@
 
 */
 
+
 #ifndef DCPOMATIC_POSITION_IMAGE_H
 #define DCPOMATIC_POSITION_IMAGE_H
 
@@ -28,6 +29,7 @@
 
 class Image;
 
+
 class PositionImage
 {
 public:
@@ -44,4 +46,5 @@ public:
        bool same (PositionImage const & other) const;
 };
 
+
 #endif