summaryrefslogtreecommitdiff
path: root/ACE/ace/Token_Collection.h
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/ace/Token_Collection.h')
-rw-r--r--ACE/ace/Token_Collection.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/ACE/ace/Token_Collection.h b/ACE/ace/Token_Collection.h
index 401cb4b23e8..3323aad0031 100644
--- a/ACE/ace/Token_Collection.h
+++ b/ACE/ace/Token_Collection.h
@@ -190,7 +190,7 @@ public:
/// Return the name of the collection. Not very functionally
/// important, but sometimes a useful debugging tool.
- virtual const ACE_TCHAR *name (void) const;
+ virtual const ACE_TCHAR *name () const;
protected:
@@ -211,7 +211,7 @@ protected:
// = I'm not sure what these mean, but they have to be defined since they're
// pure virtual in ACE_Token_Proxy.
- virtual ACE_Token_Proxy *clone (void) const;
+ virtual ACE_Token_Proxy *clone () const;
virtual ACE_Tokens *create_token (const ACE_TCHAR *name);
};