From: Carl Hetherington Date: Sun, 17 Apr 2022 20:07:25 +0000 (+0200) Subject: Add more missing override labels. X-Git-Tag: v2.16.10~69 X-Git-Url: https://git.carlh.net/gitweb/?p=dcpomatic.git;a=commitdiff_plain;h=6e0f867a69cf4e337370edc986347218afde548e Add more missing override labels. --- diff --git a/src/tools/dcpomatic_create.cc b/src/tools/dcpomatic_create.cc index 44c7987bc..4c40c24d3 100644 --- a/src/tools/dcpomatic_create.cc +++ b/src/tools/dcpomatic_create.cc @@ -61,7 +61,7 @@ public: /* Do nothing in this method so that UI events happen in our thread when we call SignalManager::ui_idle(). */ - void wake_ui () {} + void wake_ui () override {} }; int diff --git a/src/tools/dcpomatic_kdm.cc b/src/tools/dcpomatic_kdm.cc index 481b0fb8b..65bb921e5 100644 --- a/src/tools/dcpomatic_kdm.cc +++ b/src/tools/dcpomatic_kdm.cc @@ -690,7 +690,7 @@ private: } /* An unhandled exception has occurred inside the main event loop */ - bool OnExceptionInMainLoop () + bool OnExceptionInMainLoop () override { try { throw;