summaryrefslogtreecommitdiff
path: root/ace/Handle_Set.i
diff options
context:
space:
mode:
authorschmidt <douglascraigschmidt@users.noreply.github.com>1997-09-10 02:18:19 +0000
committerschmidt <douglascraigschmidt@users.noreply.github.com>1997-09-10 02:18:19 +0000
commitd4e3cf7d35e3e840fcc6806dbbcd0c7a3fcd77f0 (patch)
tree3753074b792d855bb7b76997901427512206411a /ace/Handle_Set.i
parentcd1ea654ab33fc561147ba49ef13c04a8265d51d (diff)
downloadATCD-d4e3cf7d35e3e840fcc6806dbbcd0c7a3fcd77f0.tar.gz
ding
Diffstat (limited to 'ace/Handle_Set.i')
-rw-r--r--ace/Handle_Set.i2
1 files changed, 1 insertions, 1 deletions
diff --git a/ace/Handle_Set.i b/ace/Handle_Set.i
index c3f54cf8f96..32c8608744b 100644
--- a/ace/Handle_Set.i
+++ b/ace/Handle_Set.i
@@ -97,7 +97,7 @@ ACE_Handle_Set::clr_bit (ACE_HANDLE handle)
if (this->is_set (handle))
{
- FD_CLR ((SOCKET) handle, &this->mask_);
+ FD_CLR ((ACE_SOCKET) handle, &this->mask_);
this->size_--;
#if !defined (ACE_WIN32)