Kaydet (Commit) d69d640c authored tarafından Stephan Bergmann's avatar Stephan Bergmann

Missing const

Change-Id: I5f85d7b995d933cb2839ee37a83770f4761b96f8
üst c79ea206
......@@ -59,7 +59,7 @@ sal_Int32 BufferedStreamSocket::write( const void* pBuffer, sal_uInt32 n )
return ::send(
mSocket,
#if defined WNT
static_cast<char *>(pBuffer),
static_cast<char const *>(pBuffer),
#else
pBuffer,
#endif
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment