Renamed m_nHazardPtrCount to c_nHazardPtrCount
[libcds.git] / cds / intrusive / msqueue.h
index 9bd71f5d1bd06578059473bc00dd54a3c4d3a68b..2890e12667231568eb9e6b3462fbc97a5be7f400 100644 (file)
@@ -337,7 +337,7 @@ namespace cds { namespace intrusive {
             typedef MSQueue< GC2, T2, Traits2 > other;   ///< Rebinding result
         };
 
-        static CDS_CONSTEXPR const size_t m_nHazardPtrCount = 2; ///< Count of hazard pointer required for the algorithm
+        static CDS_CONSTEXPR const size_t c_nHazardPtrCount = 2; ///< Count of hazard pointer required for the algorithm
 
     protected:
         //@cond