Merge pull request #20 from john-peterson/rt3

fix hide cx keyword from winrt
This commit is contained in:
Arvid Norberg 2015-07-06 17:44:35 -04:00
commit d756969e90
1 changed files with 1 additions and 1 deletions

View File

@ -789,7 +789,7 @@ namespace libtorrent {
, error_code const& ec
, socket_type_t t)
:
#ifndef TORRENT_NO_DEPRECATE
#if !defined(TORRENT_NO_DEPRECATE) && !defined(TORRENT_WINRT)
interface(iface),
#endif
error(ec)