Rename udp_address::interface to iface for VS2015 build.

Resolves #1739.
This commit is contained in:
Joe Eli McIlvain
2016-01-29 19:50:04 -08:00
parent b784943f90
commit cf5c288dda
2 changed files with 4 additions and 4 deletions

View File

@@ -73,7 +73,7 @@ namespace zmq
private:
in_addr multicast;
in_addr interface;
in_addr iface;
sockaddr_in bind_address;
sockaddr_in dest_address;
bool is_mutlicast;