diff --git a/bee/filewatch/filewatch_win.cpp b/bee/filewatch/filewatch_win.cpp index 71ce244a..2949fb4c 100644 --- a/bee/filewatch/filewatch_win.cpp +++ b/bee/filewatch/filewatch_win.cpp @@ -138,7 +138,7 @@ namespace bee::filewatch { : m_notify() , m_tasks() {} - watch::~watch() { + watch::~watch() noexcept { stop(); }