diff options
| author | Carl Hetherington <cth@carlh.net> | 2022-04-17 20:53:40 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2022-04-28 23:42:54 +0200 |
| commit | 69bf81876af1c280aa992c1a46bf5e863d4c7c97 (patch) | |
| tree | 798a63578d1fe814bd5d1dc14f6424c6b6c0c4f7 | |
| parent | a7a63b2beab3800870c518fa2e7a178061f2debf (diff) | |
Missing override label.
| -rw-r--r-- | test/test.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test.cc b/test/test.cc index c225fc1d8..e61387132 100644 --- a/test/test.cc +++ b/test/test.cc @@ -130,7 +130,7 @@ class TestSignalManager : public SignalManager { public: /* No wakes in tests: we call ui_idle ourselves */ - void wake_ui () + void wake_ui () override { } |
