mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-21 05:37:52 -06:00
ENH: add prefix for ip in boost::asio
Change-Id: I19e4e470207d9cf98259be112829b089c1ce23eb Signed-off-by: Stone Li <stone.li@bambulab.com> (cherry picked from commit 52e0d20b94d52b48ce25c8f2452a16cafd05e7a8)
This commit is contained in:
parent
3065771b2c
commit
6674aced8f
1 changed files with 1 additions and 2 deletions
|
@ -130,8 +130,7 @@ class session
|
||||||
}
|
}
|
||||||
|
|
||||||
public:
|
public:
|
||||||
|
boost::asio::ip::tcp::socket socket;
|
||||||
ip::tcp::socket socket;
|
|
||||||
|
|
||||||
session(io_service& io_service)
|
session(io_service& io_service)
|
||||||
:socket(io_service)
|
:socket(io_service)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue