summaryrefslogtreecommitdiff
path: root/ACE/ace/LSOCK.inl
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/ace/LSOCK.inl')
-rw-r--r--ACE/ace/LSOCK.inl2
1 files changed, 1 insertions, 1 deletions
diff --git a/ACE/ace/LSOCK.inl b/ACE/ace/LSOCK.inl
index 9815783f323..7e7d9d1d6bf 100644
--- a/ACE/ace/LSOCK.inl
+++ b/ACE/ace/LSOCK.inl
@@ -22,7 +22,7 @@ ACE_LSOCK::set_handle (ACE_HANDLE handle)
// Gets the underlying file descriptor.
ACE_INLINE ACE_HANDLE
-ACE_LSOCK::get_handle (void) const
+ACE_LSOCK::get_handle () const
{
ACE_TRACE ("ACE_LSOCK::get_handle");
return this->aux_handle_;