Network/SocketPoller: Fix constructor linking

Former-commit-id: 618b77421a9ce9d6090789fc45188ce8aa55c166 [formerly fc592c91642c62b2b0d70718dcc6411c7bb089ae] [formerly a53e47653062eff13e08536746bbc4225e366f16 [formerly 82e71fb8b858c0f2ce3ea9141af4920aefb13f61]]
Former-commit-id: 27e1799a5c90be2347027cdc9aed33a67cb8ddb3 [formerly 4434c6e8109fb464e87ee7e199680e01de67659e]
Former-commit-id: 20011dca33841988e329b74e915848986b2d184c
This commit is contained in:
Lynix 2016-09-26 19:37:31 +02:00 committed by GitHub
parent 73ca2cd203
commit 3a8b16f36e
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ namespace Nz
/*!
* \brief Constructs an empty SocketPoller object
*/
inline SocketPoller::SocketPoller() :
SocketPoller::SocketPoller() :
m_impl(new SocketPollerImpl)
{
}