summaryrefslogtreecommitdiff
path: root/ACE/ace/DEV_IO.h
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/ace/DEV_IO.h')
-rw-r--r--ACE/ace/DEV_IO.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ACE/ace/DEV_IO.h b/ACE/ace/DEV_IO.h
index 9a97c011f51..8188daf4ea4 100644
--- a/ACE/ace/DEV_IO.h
+++ b/ACE/ace/DEV_IO.h
@@ -151,7 +151,7 @@ public:
ssize_t recv (void *buf, size_t n, ACE_OVERLAPPED *overlapped) const;
/// Dump the state of an object.
- void dump (void) const;
+ void dump () const;
// = The following two methods are no-ops to keep the
// ACE_Connector happy.