summaryrefslogtreecommitdiff
path: root/ace/Hashable.h
diff options
context:
space:
mode:
Diffstat (limited to 'ace/Hashable.h')
-rw-r--r--ace/Hashable.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/ace/Hashable.h b/ace/Hashable.h
index 1a4a7011c28..3544feb5290 100644
--- a/ace/Hashable.h
+++ b/ace/Hashable.h
@@ -21,7 +21,6 @@
# pragma once
#endif /* ACE_LACKS_PRAGMA_ONCE */
-ACE_BEGIN_VERSIONED_NAMESPACE_DECL
/**
* @class ACE_Hashable
@@ -50,11 +49,10 @@ protected:
protected:
/// Pre-computed hash-value.
- mutable unsigned long hash_value_;
+ unsigned long hash_value_;
};
-ACE_END_VERSIONED_NAMESPACE_DECL
#if defined (__ACE_INLINE__)
#include "ace/Hashable.inl"