diff options
Diffstat (limited to 'ACE/ace/ARGV.h')
-rw-r--r-- | ACE/ace/ARGV.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ACE/ace/ARGV.h b/ACE/ace/ARGV.h index a0edd1c78d5..00aa041d140 100644 --- a/ACE/ace/ARGV.h +++ b/ACE/ace/ARGV.h @@ -63,7 +63,7 @@ public: /// We need this destructor to keep some compilers from complaining. /// It's just a no-op, however. - ~ACE_ARGV_Queue_Entry_T (void); + ~ACE_ARGV_Queue_Entry_T (); /// Dump the state of this object. void dump (void) const; |