fix hide cx keyword from winrt

forgot to hide it in the source file
This commit is contained in:
John Sebastian Peterson 2015-07-06 03:11:41 +02:00
parent 41eff1801e
commit 9a5e3465d2
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)