diff options
Diffstat (limited to 'sd/source/ui/remotecontrol/BufferedStreamSocket.hxx')
-rw-r--r-- | sd/source/ui/remotecontrol/BufferedStreamSocket.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sd/source/ui/remotecontrol/BufferedStreamSocket.hxx b/sd/source/ui/remotecontrol/BufferedStreamSocket.hxx index 5a1c2fcf4b8d..bf27fd02b9bf 100644 --- a/sd/source/ui/remotecontrol/BufferedStreamSocket.hxx +++ b/sd/source/ui/remotecontrol/BufferedStreamSocket.hxx @@ -36,11 +36,11 @@ namespace sd * Create a BufferedStreamSocket on top of an * osl::StreamSocket. */ - BufferedStreamSocket( const osl::StreamSocket &aSocket ); + explicit BufferedStreamSocket( const osl::StreamSocket &aSocket ); /** * Create a BufferedStreamSocket on top of a POSIX or WinSock socket. */ - BufferedStreamSocket( int aSocket ); + explicit BufferedStreamSocket( int aSocket ); BufferedStreamSocket( const BufferedStreamSocket &aSocket ); /** * Blocks until a line is read. |