summaryrefslogtreecommitdiff
path: root/include/osl/socket.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/osl/socket.hxx')
-rw-r--r--include/osl/socket.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/osl/socket.hxx b/include/osl/socket.hxx
index 8a1a291dcc8a..78bb4b1c3768 100644
--- a/include/osl/socket.hxx
+++ b/include/osl/socket.hxx
@@ -136,7 +136,7 @@ namespace osl
inline SocketAddr & SAL_CALL SocketAddr::operator= (const SocketAddr& Addr)
{
- *this = (Addr.getHandle());
+ *this = Addr.getHandle();
return *this;
}