fix export of upnp error category function
This commit is contained in:
parent
a71fbc4f68
commit
c937004443
|
@ -93,7 +93,7 @@ namespace libtorrent
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
boost::system::error_category& get_upnp_category();
|
TORRENT_EXPORT boost::system::error_category& get_upnp_category();
|
||||||
|
|
||||||
// int: port-mapping index
|
// int: port-mapping index
|
||||||
// address: external address as queried from router
|
// address: external address as queried from router
|
||||||
|
|
Loading…
Reference in New Issue