summaryrefslogtreecommitdiff
path: root/ACE/apps/gperf/src/List_Node.h
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/apps/gperf/src/List_Node.h')
-rw-r--r--ACE/apps/gperf/src/List_Node.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ACE/apps/gperf/src/List_Node.h b/ACE/apps/gperf/src/List_Node.h
index 30638894308..172f690864e 100644
--- a/ACE/apps/gperf/src/List_Node.h
+++ b/ACE/apps/gperf/src/List_Node.h
@@ -44,7 +44,7 @@ public:
List_Node (char *key, int len);
/// Destructor.
- ~List_Node (void);
+ ~List_Node ();
static void sort (char *base, int len);