C++11 tidying.
[dcpomatic.git] / src / wx / full_config_dialog.h
index 5191b145621f1d069b2e7fa4b5a721ff92403c2e..ae275b188a1aad7f4859607dfcfe4ec25490a2d9 100644 (file)
@@ -1,5 +1,5 @@
 /*
-    Copyright (C) 2012-2017 Carl Hetherington <cth@carlh.net>
+    Copyright (C) 2012-2021 Carl Hetherington <cth@carlh.net>
 
     This file is part of DCP-o-matic.
 
 
 */
 
+
 /** @file src/full_config_dialog.h
  *  @brief A dialogue to edit all DCP-o-matic configuration.
  */
 
+
 class wxPreferencesEditor;
 
+
 wxPreferencesEditor* create_full_config_dialog ();
+