summaryrefslogtreecommitdiff
path: root/ace/Handle_Set.h
diff options
context:
space:
mode:
Diffstat (limited to 'ace/Handle_Set.h')
-rw-r--r--ace/Handle_Set.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ace/Handle_Set.h b/ace/Handle_Set.h
index 197518f2673..90515cdc298 100644
--- a/ace/Handle_Set.h
+++ b/ace/Handle_Set.h
@@ -76,7 +76,7 @@ public:
// <size_> == 0.
#if defined (ACE_HAS_BIG_FD_SET)
- ACE_Handle_Set & operator= (const ACE_Handle_Set &);
+ void operator= (const ACE_Handle_Set &);
// Assignment operator optimizes for cases where <size_> == 0.
#endif /* ACE_HAS_BIG_FD_SET */