summaryrefslogtreecommitdiff
path: root/ACE/ace/Read_Buffer.h
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/ace/Read_Buffer.h')
-rw-r--r--ACE/ace/Read_Buffer.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ACE/ace/Read_Buffer.h b/ACE/ace/Read_Buffer.h
index 0bc07aa5c93..f71f67b8562 100644
--- a/ACE/ace/Read_Buffer.h
+++ b/ACE/ace/Read_Buffer.h
@@ -86,7 +86,7 @@ public:
ACE_Allocator *alloc (void) const;
/// Dump the state of the object.
- void dump (void) const;
+ void dump () const;
private:
void operator= (const ACE_Read_Buffer &) = delete;