forked from jbagg/QtZeroConf
Fix compiling with msvc. "interface" is a keyword.
This commit is contained in:
@ -170,7 +170,7 @@ public:
|
||||
zcs->type = type;
|
||||
zcs->domain = domain;
|
||||
zcs->host = host_name;
|
||||
zcs->interface = interface;
|
||||
zcs->interfaceIndex = interface;
|
||||
zcs->port = port;
|
||||
ref->pub->services.insert(key, zcs);
|
||||
}
|
||||
|
Reference in New Issue
Block a user