Skip to content
Snippets Groups Projects
Commit e0d5fdb7 authored by g0dil's avatar g0dil
Browse files

Socket: BUGFIX: Add missing 'explicit' to Protocol[CLient|Server]SocketHandle

parent 0d906816
No related branches found
No related tags found
No related merge requests found
......@@ -49,7 +49,7 @@
// ProtocolClientSocketHandle (constructor) declaration
template < mpp_TemplateParameters() >
ProtocolClientSocketHandle( mpp_MethodParameters() );
explicit ProtocolClientSocketHandle( mpp_MethodParameters() );
// ////////////////////////////////////////////////////////////////////////
#elif BOOST_PP_ITERATION_FLAGS()==2 // ////////////////////////////////////
......
......@@ -53,7 +53,7 @@
// ProtocolServerSocketHandle (constructor) declaration
template < mpp_PSSH_TemplateParameters() >
ProtocolServerSocketHandle( mpp_PSSH_MethodParameters() );
explicit ProtocolServerSocketHandle( mpp_PSSH_MethodParameters() );
//////
#elif BOOST_PP_ITERATION_FLAGS()==2
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment