Skip to content

Commit

Permalink
tool/hone: amalgam
Browse files Browse the repository at this point in the history
  • Loading branch information
Will committed May 6, 2023
1 parent 3dece49 commit e09fb20
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions include/wtr/watcher.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -417,7 +417,7 @@ inline bool
do_event_recv(watch_event_proxy& w,
::wtr::watcher::event::callback const& callback) noexcept
{
using namespace ::wtr::watcher;
using namespace ::wtr::watcher::event;

w.event_buf_len_ready = 0;
DWORD bytes_returned = 0;
Expand Down Expand Up @@ -517,7 +517,7 @@ inline bool watch(std::filesystem::path const& path,
::wtr::watcher::event::callback const& callback,
std::function<bool()> const& is_living) noexcept
{
using namespace ::wtr::watcher;
using namespace ::wtr::watcher::event;

auto w = watch_event_proxy{path};

Expand Down

0 comments on commit e09fb20

Please sign in to comment.