mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-22 18:15:26 +08:00
14 lines
396 B
Diff
14 lines
396 B
Diff
|
diff --git a/src/ip_notifier.cpp b/src/ip_notifier.cpp
|
||
|
index 37e5623..daa25f8 100644
|
||
|
--- a/src/ip_notifier.cpp
|
||
|
+++ b/src/ip_notifier.cpp
|
||
|
@@ -380,7 +380,7 @@ struct ip_change_notifier_impl final : ip_change_notifier
|
||
|
}
|
||
|
else
|
||
|
{
|
||
|
- m_hnd.get_io_service().post([cb, err]()
|
||
|
+ lt::get_io_service(m_hnd).post([cb, err]()
|
||
|
{ cb(error_code(err, system_category())); });
|
||
|
}
|
||
|
}
|