diff options
| author | Carl Hetherington <cth@carlh.net> | 2022-04-17 22:07:25 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2022-04-17 22:27:22 +0200 |
| commit | 6e0f867a69cf4e337370edc986347218afde548e (patch) | |
| tree | 01f7acf5ba53007a1e451b1ba2dbdf727a6c5f29 /src/tools/dcpomatic_create.cc | |
| parent | 31bfcdbf1b0cbe441c40e13d3f9321f3aab8d652 (diff) | |
Add more missing override labels.
Diffstat (limited to 'src/tools/dcpomatic_create.cc')
| -rw-r--r-- | src/tools/dcpomatic_create.cc | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
