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 0547266a4a9..1959f36f662 100644
--- a/ACE/ace/Dump.h
+++ b/ACE/ace/Dump.h
@@ -130,7 +130,7 @@ public:
ACE_ALLOC_HOOK_DECLARE;
private:
- ACE_ODB (void); // Ensure we have a Singleton...
+ ACE_ODB (); // Ensure we have a Singleton...
struct Tuple
{
@@ -147,7 +147,7 @@ private:
/// and we'll have to check for that).
const ACE_Dumpable_Ptr dumper_;
- Tuple (void) : this_ (0), dumper_(0) {}
+ Tuple () : this_ (0), dumper_(0) {}
};
/// Singleton instance of this class.