summaryrefslogtreecommitdiff
path: root/ACE/ace/DLL.h
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/ace/DLL.h')
-rw-r--r--ACE/ace/DLL.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/ACE/ace/DLL.h b/ACE/ace/DLL.h
index 306b77635a4..75acb451d3e 100644
--- a/ACE/ace/DLL.h
+++ b/ACE/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);
/**
@@ -168,8 +168,7 @@ private:
ACE_SHLIB_HANDLE handle = 0);
- //private:
-public:
+private:
/// Open mode.
int open_mode_;