Disable warnings around all wx includes.
[dcpomatic.git] / src / tools / dcpomatic_kdm.cc
index 24bd3b4d7f776ad60f369fb1e16cc80b4e2b52a3..65bb921e57ae6ec05a54371410c5b5e09ab032bc 100644 (file)
@@ -620,7 +620,7 @@ public:
 
 private:
 
-       bool OnInit ()
+       bool OnInit () override
        {
                wxSplashScreen* splash = nullptr;
 
@@ -690,7 +690,7 @@ private:
        }
 
        /* An unhandled exception has occurred inside the main event loop */
-       bool OnExceptionInMainLoop ()
+       bool OnExceptionInMainLoop () override
        {
                try {
                        throw;
@@ -719,7 +719,7 @@ private:
                return false;
        }
 
-       void OnUnhandledException ()
+       void OnUnhandledException () override
        {
                error_dialog (nullptr, _("An unknown exception occurred.") + "  " + REPORT_PROBLEM);
        }