summaryrefslogtreecommitdiff
path: root/ace/DLL.h
diff options
context:
space:
mode:
authoriliyan <iliyan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2006-09-25 14:50:35 +0000
committeriliyan <iliyan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2006-09-25 14:50:35 +0000
commite8d586bcbfce0796c32729f8234a74ca44a5a5c4 (patch)
tree356d769b03b841385f42657ccfeada07ce730320 /ace/DLL.h
parente63d4e617c903edc335ef8b246371e71f8d203f2 (diff)
downloadATCD-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.h2
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);
/**