Move y_pos to TimelineView.
[dcpomatic.git] / src / wx / nag_dialog.h
index 83d681fefcac8d2471d3995fd7e628cdceeb23df..1552becc8be132e4920b7ddeb5996ee8a257a949 100644 (file)
@@ -1,5 +1,5 @@
 /*
-    Copyright (C) 2017 Carl Hetherington <cth@carlh.net>
+    Copyright (C) 2017-2021 Carl Hetherington <cth@carlh.net>
 
     This file is part of DCP-o-matic.
 
 
 */
 
+
 #include "lib/config.h"
+#include <dcp/warnings.h>
+LIBDCP_DISABLE_WARNINGS
 #include <wx/wx.h>
+LIBDCP_ENABLE_WARNINGS
 
-class wxRichTextCtrl;
 
 class NagDialog : public wxDialog
 {