diff options
author | iliyan <iliyan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2006-09-25 14:50:35 +0000 |
---|---|---|
committer | iliyan <iliyan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2006-09-25 14:50:35 +0000 |
commit | e8d586bcbfce0796c32729f8234a74ca44a5a5c4 (patch) | |
tree | 356d769b03b841385f42657ccfeada07ce730320 /ace/DLL.h | |
parent | e63d4e617c903edc335ef8b246371e71f8d203f2 (diff) | |
download | ATCD-bug2612-ace.tar.gz |
ChangeLogTag: Fri Sep 22 21:02:58 UTC 2006 Iliyan Jeliazkov <iliyan@ociweb.com>bug2612-ace
Diffstat (limited to 'ace/DLL.h')
-rw-r--r-- | ace/DLL.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ace/DLL.h b/ace/DLL.h index 306b77635a4..be6b43b68ae 100644 --- a/ace/DLL.h +++ b/ace/DLL.h @@ -57,7 +57,7 @@ public: explicit ACE_DLL (int close_handle_on_destruction = 1); /// Allow assignment - const ACE_DLL& operator= (const ACE_DLL &rhs); + ACE_DLL& operator= (const ACE_DLL &rhs); /** |