summaryrefslogtreecommitdiff
path: root/ace/Configuration.h
diff options
context:
space:
mode:
Diffstat (limited to 'ace/Configuration.h')
-rw-r--r--ace/Configuration.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ace/Configuration.h b/ace/Configuration.h
index e2fa8e1518a..68d2a5e74e9 100644
--- a/ace/Configuration.h
+++ b/ace/Configuration.h
@@ -103,7 +103,7 @@ public:
// destructor, does a <dec_ref> on <key_>.
ACE_Configuration_Section_Key &
- Operator= (const ACE_Configuration_Section_Key &rhs);
+ operator= (const ACE_Configuration_Section_Key &rhs);
// assignment operator, does a <dec_ref> on <key_> and <add_ref> to
// <rhs.key_>
private: