summaryrefslogtreecommitdiff
path: root/ACE/ace/Pair_T.inl
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/ace/Pair_T.inl')
-rw-r--r--ACE/ace/Pair_T.inl4
1 files changed, 2 insertions, 2 deletions
diff --git a/ACE/ace/Pair_T.inl b/ACE/ace/Pair_T.inl
index a8f620350f6..bb7f763633d 100644
--- a/ACE/ace/Pair_T.inl
+++ b/ACE/ace/Pair_T.inl
@@ -10,13 +10,13 @@ ACE_Reference_Pair<T1, T2>::ACE_Reference_Pair (T1 &t1,
}
template <class T1, class T2> ACE_INLINE T1 &
-ACE_Reference_Pair<T1, T2>::first (void) const
+ACE_Reference_Pair<T1, T2>::first () const
{
return this->first_;
}
template <class T1, class T2> ACE_INLINE T2 &
-ACE_Reference_Pair<T1, T2>::second (void) const
+ACE_Reference_Pair<T1, T2>::second () const
{
return this->second_;
}