summaryrefslogtreecommitdiff
path: root/ACE/apps/gperf/src/Hash_Table.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/apps/gperf/src/Hash_Table.cpp')
-rw-r--r--ACE/apps/gperf/src/Hash_Table.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/ACE/apps/gperf/src/Hash_Table.cpp b/ACE/apps/gperf/src/Hash_Table.cpp
index f074e2b95e9..87a120d2467 100644
--- a/ACE/apps/gperf/src/Hash_Table.cpp
+++ b/ACE/apps/gperf/src/Hash_Table.cpp
@@ -45,7 +45,7 @@ Hash_Table::Hash_Table (size_t s)
this->size_ * sizeof *this->table_);
}
-Hash_Table::~Hash_Table (void)
+Hash_Table::~Hash_Table ()
{
if (option[DEBUGGING])
{