summaryrefslogtreecommitdiff
path: root/ACE/ace/Metrics_Cache_T.inl
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/ace/Metrics_Cache_T.inl')
-rw-r--r--ACE/ace/Metrics_Cache_T.inl2
1 files changed, 1 insertions, 1 deletions
diff --git a/ACE/ace/Metrics_Cache_T.inl b/ACE/ace/Metrics_Cache_T.inl
index 5b2e1a77153..e4900cb88b8 100644
--- a/ACE/ace/Metrics_Cache_T.inl
+++ b/ACE/ace/Metrics_Cache_T.inl
@@ -229,7 +229,7 @@ ACE_Metrics_Cache<ACE_LOCK, ALLOCATOR>::metrics_enabled(int enabled)
template <class ACE_LOCK, class ALLOCATOR>
ACE_INLINE int
-ACE_Metrics_Cache<ACE_LOCK, ALLOCATOR>::metrics_enabled(void) const
+ACE_Metrics_Cache<ACE_LOCK, ALLOCATOR>::metrics_enabled() const
{
return metrics_enabled_;
}