summaryrefslogtreecommitdiff
path: root/ACE/ace/Pipe.h
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/ace/Pipe.h')
-rw-r--r--ACE/ace/Pipe.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ACE/ace/Pipe.h b/ACE/ace/Pipe.h
index 5aa2b038d51..d118479141e 100644
--- a/ACE/ace/Pipe.h
+++ b/ACE/ace/Pipe.h
@@ -82,7 +82,7 @@ public:
ACE_HANDLE write_handle (void) const;
/// Dump the state of the object.
- void dump (void) const;
+ void dump () const;
/// send upto @a n bytes in @a buf.
ssize_t send (const void *buf, size_t n) const;