summaryrefslogtreecommitdiff
path: root/ace/Map_T.h
diff options
context:
space:
mode:
Diffstat (limited to 'ace/Map_T.h')
-rw-r--r--ace/Map_T.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ace/Map_T.h b/ace/Map_T.h
index 396d2ae0e6e..a1790439015 100644
--- a/ace/Map_T.h
+++ b/ace/Map_T.h
@@ -64,7 +64,7 @@ public:
int operator () (T &t);
/// Returns the current value.
- T& current_value (void) const;
+ const T& current_value (void) const;
protected: