Missing override label.
authorCarl Hetherington <cth@carlh.net>
Sun, 17 Apr 2022 18:53:40 +0000 (20:53 +0200)
committerCarl Hetherington <cth@carlh.net>
Sun, 17 Apr 2022 18:53:40 +0000 (20:53 +0200)
test/test.cc

index 89ee7f619728f0391fa78f2fcbf716e2174b72d8..fba6aea9f0dd4f9cd6588b13d69338d85625bbf5 100644 (file)
@@ -129,7 +129,7 @@ class TestSignalManager : public SignalManager
 {
 public:
        /* No wakes in tests: we call ui_idle ourselves */
-       void wake_ui ()
+       void wake_ui () override
        {
 
        }