Note that newer libsub version is required.
[dcpomatic.git] / src / wx / paste_dialog.cc
index cd4518881131378a2232865b0a93f2fe6534324a..f4fc5b886755ce4ff85d68a362ee23cedae6db70 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 "paste_dialog.h"
+
 #include "check_box.h"
+#include "paste_dialog.h"
+
 
 PasteDialog::PasteDialog (wxWindow* parent, bool video, bool audio, bool text)
        : TableDialog (parent, _("Paste"), 1, 0, true)
@@ -37,18 +39,21 @@ PasteDialog::PasteDialog (wxWindow* parent, bool video, bool audio, bool text)
        layout ();
 }
 
+
 bool
 PasteDialog::video () const
 {
        return _video->GetValue ();
 }
 
+
 bool
 PasteDialog::audio () const
 {
        return _audio->GetValue ();
 }
 
+
 bool
 PasteDialog::text () const
 {