summaryrefslogtreecommitdiff
path: root/ace/Map_T.i
diff options
context:
space:
mode:
Diffstat (limited to 'ace/Map_T.i')
-rw-r--r--ace/Map_T.i2
1 files changed, 1 insertions, 1 deletions
diff --git a/ace/Map_T.i b/ace/Map_T.i
index 62a028b55dd..11c67049a33 100644
--- a/ace/Map_T.i
+++ b/ace/Map_T.i
@@ -20,7 +20,7 @@ ACE_Incremental_Key_Generator<T>::operator() (T &t)
}
template <class T> ACE_INLINE T &
-ACE_Incremental_Key_Generator<T>::current_value (void) const
+ACE_Incremental_Key_Generator<T>::current_value (void)
{
return this->t_;
}