From 845295aaab09588f09088f260c222204ea922a6f Mon Sep 17 00:00:00 2001 From: Michal Jarzabek Date: Mon, 25 Jul 2016 08:59:30 +0100 Subject: [PATCH] msg/Accepter.h: add override to virtual function Signed-off-by: Michal Jarzabek --- src/msg/simple/Accepter.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/msg/simple/Accepter.h b/src/msg/simple/Accepter.h index 4b1421f9e1122..5abc0fcd777d6 100644 --- a/src/msg/simple/Accepter.h +++ b/src/msg/simple/Accepter.h @@ -33,7 +33,7 @@ class Accepter : public Thread { public: Accepter(SimpleMessenger *r, uint64_t n) : msgr(r), done(false), listen_sd(-1), nonce(n) {} - void *entry(); + void *entry() override; void stop(); int bind(const entity_addr_t &bind_addr, const set& avoid_ports); int rebind(const set& avoid_port); -- 2.39.5