summaryrefslogtreecommitdiff
path: root/ace/DLL.h
diff options
context:
space:
mode:
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);
/**