Add more missing override labels.
authorCarl Hetherington <cth@carlh.net>
Sun, 17 Apr 2022 20:07:25 +0000 (22:07 +0200)
committerCarl Hetherington <cth@carlh.net>
Sun, 17 Apr 2022 20:27:22 +0000 (22:27 +0200)
src/tools/dcpomatic_create.cc
src/tools/dcpomatic_kdm.cc

index 44c7987bcd661eed59d2085b5be1a8ce65842a3e..4c40c24d3ce2384970e5b12ce39353a84888b655 100644 (file)
@@ -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
index 481b0fb8b0130d936fc1c2aeb20400296e48a0a8..65bb921e57ae6ec05a54371410c5b5e09ab032bc 100644 (file)
@@ -690,7 +690,7 @@ private:
        }
 
        /* An unhandled exception has occurred inside the main event loop */
-       bool OnExceptionInMainLoop ()
+       bool OnExceptionInMainLoop () override
        {
                try {
                        throw;