Skip to content

Commit

Permalink
fixes bug
Browse files Browse the repository at this point in the history
  • Loading branch information
actboy168 committed Apr 3, 2024
1 parent 9c6cfdf commit f7c8445
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bee/filewatch/filewatch_win.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ namespace bee::filewatch {
: m_notify()
, m_tasks() {}

watch::~watch() {
watch::~watch() noexcept {
stop();
}

Expand Down

0 comments on commit f7c8445

Please sign in to comment.