C++11 tidying.
[dcpomatic.git] / src / wx / filter_dialog.h
index 775995f38f9c1fb4972e0594d32264ad010edcaf..33f92c0a69ae7204b3b43b5f04523c70d79ea75b 100644 (file)
@@ -1,5 +1,5 @@
 /*
-    Copyright (C) 2012-2020 Carl Hetherington <cth@carlh.net>
+    Copyright (C) 2012-2021 Carl Hetherington <cth@carlh.net>
 
     This file is part of DCP-o-matic.
 
 
 */
 
+
 /** @file  src/filter_dialog.h
  *  @brief A dialog to select FFmpeg filters.
  */
 
+
 #include "lib/warnings.h"
 DCPOMATIC_DISABLE_WARNINGS
 #include <wx/wx.h>
 DCPOMATIC_ENABLE_WARNINGS
 #include <boost/signals2.hpp>
 
+
 class Film;
 class Filter;
 
+
 /** @class FilterDialog
  *  @brief A dialog to select FFmpeg filters.
  */