Use Baton (again) in EventBase::runInEventBaseThreadAndWait
[folly.git] / folly / io / async / AsyncTimeout.h
index 21e7a299e017c8f01d08fd96613dcfbefb00d716..2f626d840c015e33c1a490f9fc1f29825154b840 100644 (file)
@@ -248,7 +248,7 @@ struct async_timeout_wrapper:
     callback_(std::forward<UCallback>(callback))
   {}
 
-  void timeoutExpired() noexcept {
+  void timeoutExpired() noexcept override {
     static_assert(
       noexcept(std::declval<TCallback>()()),
       "callback must be declared noexcept, e.g.: `[]() noexcept {}`"