C++11 tidying.
[dcpomatic.git] / src / wx / content_properties_dialog.h
index 9faccb4b74ab3ce9fc93a0b53855e4d6b13e0dbe..c7efa4497c91cbdfd0f5af133a56f9fb224be355 100644 (file)
@@ -1,5 +1,5 @@
 /*
-    Copyright (C) 2015-2018 Carl Hetherington <cth@carlh.net>
+    Copyright (C) 2015-2021 Carl Hetherington <cth@carlh.net>
 
     This file is part of DCP-o-matic.
 
 
 */
 
+
 #include "table_dialog.h"
 #include "lib/user_property.h"
 #include <list>
 #include <map>
 
+
 class Content;
 class Film;
 class UserProperty;
 
+
 class ContentPropertiesDialog : public TableDialog
 {
 public: