C++11 tidying.
[dcpomatic.git] / src / lib / shuffler.h
index b0a416b80f33edb9957919f6dc82d4cc1e6ef3eb..2b37b70a11149a7d84394134bb8583d273451aec 100644 (file)
@@ -1,5 +1,5 @@
 /*
-    Copyright (C) 2018 Carl Hetherington <cth@carlh.net>
+    Copyright (C) 2018-2021 Carl Hetherington <cth@carlh.net>
 
     This file is part of DCP-o-matic.
 
 
 */
 
+
 #include "types.h"
 #include "content_video.h"
 #include <boost/signals2.hpp>
 
+
 struct shuffler_test5;
 
+
 class Piece;
 
+
 class Shuffler
 {
 public: