Fill test disk partitions with random noise to expose more bugs.
[dcpomatic.git] / test / job_manager_test.cc
index cdd1e2a29871069b7367328c048febfd8580f146..e11423575f48a18b91d70aa020fc0cb1fa6c54c0 100644 (file)
@@ -59,7 +59,7 @@ public:
                set_state (FINISHED_ERROR);
        }
 
-       void run ()
+       void run () override
        {
                while (true) {
                        if (finished ()) {
@@ -68,11 +68,11 @@ public:
                }
        }
 
-       string name () const {
+       string name () const override {
                return "";
        }
 
-       string json_name () const {
+       string json_name () const override {
                return "";
        }
 };