Remember the path used for "add files" (#2049).
[dcpomatic.git] / src / wx / fonts_dialog.h
index 0ef3658cfd7f572f32fc0bc96398bbd64b8cd739..a77684cb9e6984e8fb3eecc2efb7683d93b8ca0e 100644 (file)
@@ -1,5 +1,5 @@
 /*
-    Copyright (C) 2014-2018 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 @@
 
 */
 
+
 #include "lib/warnings.h"
 DCPOMATIC_DISABLE_WARNINGS
 #include <wx/listctrl.h>
@@ -25,9 +26,11 @@ DCPOMATIC_DISABLE_WARNINGS
 DCPOMATIC_ENABLE_WARNINGS
 #include <boost/filesystem.hpp>
 
+
 class Content;
 class TextContent;
 
+
 class FontsDialog : public wxDialog
 {
 public: