diff options
author | schmidt <douglascraigschmidt@users.noreply.github.com> | 1999-11-15 15:35:44 +0000 |
---|---|---|
committer | schmidt <douglascraigschmidt@users.noreply.github.com> | 1999-11-15 15:35:44 +0000 |
commit | 210d73a7c899085852c6feeb275ef8e33416ec28 (patch) | |
tree | 3b8adc21ad837789e4f71ea1b8cd233a5516be89 /ace/Configuration.h | |
parent | c69042c9511a43bdc6ec774db464fa99733bc5e0 (diff) | |
download | ATCD-210d73a7c899085852c6feeb275ef8e33416ec28.tar.gz |
ChangeLogTag:Mon Nov 15 09:33:49 1999 Douglas C. Schmidt <schmidt@tango.cs.wustl.edu>
Diffstat (limited to 'ace/Configuration.h')
-rw-r--r-- | ace/Configuration.h | 2 |
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: |