summaryrefslogtreecommitdiff
path: root/ace/DLL.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'ace/DLL.cpp')
-rw-r--r--ace/DLL.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/ace/DLL.cpp b/ace/DLL.cpp
index 2d034635ac2..2492e2d0c93 100644
--- a/ace/DLL.cpp
+++ b/ace/DLL.cpp
@@ -48,7 +48,7 @@ ACE_DLL::ACE_DLL (const ACE_DLL &rhs)
// Assignment operator
-const ACE_DLL &
+ACE_DLL &
ACE_DLL::operator= (const ACE_DLL &rhs)
{
ACE_TRACE ("ACE_DLL::operator= (const ACE_DLL &)");