Fix assertion with wxWidgets 3.1.
[dcpomatic.git] / src / wx / about_dialog.cc
index e06fccc464810329ddb670cca94514763cbd6400..b3e68f4d1e9e2b28a45ecab31dd1d4c8b398009c 100644 (file)
 #include "static_text.h"
 #include "lib/version.h"
 #include "lib/compose.hpp"
+#include "lib/warnings.h"
+DCPOMATIC_DISABLE_WARNINGS
 #include <wx/notebook.h>
 #include <wx/hyperlink.h>
+DCPOMATIC_ENABLE_WARNINGS
 
 using std::vector;
 
@@ -162,6 +165,7 @@ AboutDialog::AboutDialog (wxWindow* parent)
        tested_by.Add (wxT ("JP Beauviala"));
        tested_by.Add (wxT ("Mike Blakesley"));
        tested_by.Add (wxT ("David Booty"));
+       tested_by.Add (wxT ("Antonio Casado"));
        tested_by.Add (wxT ("Roop Chand"));
        tested_by.Add (wxT ("Daniel Chauvet"));
        tested_by.Add (wxT ("Adam Colt"));