diff --git a/src/uvw/loop.h b/src/uvw/loop.h index cf30ac8b..b741a047 100644 --- a/src/uvw/loop.h +++ b/src/uvw/loop.h @@ -124,7 +124,7 @@ public: loop &operator=(const loop &) = delete; loop &operator=(loop &&other) = delete; - ~loop() noexcept; + ~loop() noexcept override; /** * @brief Sets additional loop options.