Commit ac55df8c authored by Dominik Charousset's avatar Dominik Charousset

Fix inconsistent-missing-destructor-override

parent 5b161de2
......@@ -109,7 +109,7 @@ class scribe_impl : public io::scribe {
// nop
}
~scribe_impl() {
~scribe_impl() override {
CAF_LOG_TRACE("");
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment