summaryrefslogtreecommitdiff
path: root/ACE/ace/Dump.h
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/ace/Dump.h')
-rw-r--r--ACE/ace/Dump.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/ACE/ace/Dump.h b/ACE/ace/Dump.h
index 09eafd1a6f4..c07193a5b0b 100644
--- a/ACE/ace/Dump.h
+++ b/ACE/ace/Dump.h
@@ -72,10 +72,10 @@ public:
ACE_Dumpable (const void *);
/// This pure virtual method must be filled in by a subclass.
- virtual void dump (void) const = 0;
+ virtual void dump () const = 0;
protected:
- virtual ~ACE_Dumpable (void);
+ virtual ~ACE_Dumpable ();
private:
/// Pointer to the object that is being stored.