Hide warnings triggered by Ubuntu 20.04's gcc.
[dcpomatic.git] / src / wx / job_manager_view.h
index 7784c71eed3cc639a1393dc9001055c1fd5f7167..2e471532fe1e7399a7e9b0978bbafcfe6e99fa80 100644 (file)
  *  @brief Class which is a wxPanel for showing the progress of jobs.
  */
 
+#include "lib/warnings.h"
+DCPOMATIC_DISABLE_WARNINGS
 #include <wx/wx.h>
+DCPOMATIC_ENABLE_WARNINGS
 #include <boost/shared_ptr.hpp>
 #include <list>
 
@@ -40,6 +43,8 @@ public:
 private:
        void job_added (boost::weak_ptr<Job>);
        void periodic ();
+       void replace ();
+       void job_list_changed ();
 
        wxPanel* _panel;
        wxFlexGridSizer* _table;