summaryrefslogtreecommitdiff
path: root/ACE/ace/Get_Opt.h
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/ace/Get_Opt.h')
-rw-r--r--ACE/ace/Get_Opt.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ACE/ace/Get_Opt.h b/ACE/ace/Get_Opt.h
index e25fb23487c..3dc19c38650 100644
--- a/ACE/ace/Get_Opt.h
+++ b/ACE/ace/Get_Opt.h
@@ -313,7 +313,7 @@ public:
const ACE_TCHAR *last_option (void) const;
/// Dump the state of an object.
- void dump (void) const;
+ void dump () const;
/// Return the @a optstring. This is handy to verify that calls to
/// long_option added short options as expected.