Renamed m_nHazardPtrCount to c_nHazardPtrCount
[libcds.git] / cds / intrusive / basket_queue.h
index 6fc8b81bb9015a0781a2e7de800d98410efbf14e..f30fb8a8af02ea9c28cd24a3b904281c71d16242 100644 (file)
@@ -427,7 +427,7 @@ namespace cds { namespace intrusive {
             typedef BasketQueue< GC2, T2, Traits2> other   ;   ///< Rebinding result
         };
 
-        static CDS_CONSTEXPR const size_t m_nHazardPtrCount = 6 ; ///< Count of hazard pointer required for the algorithm
+        static CDS_CONSTEXPR const size_t c_nHazardPtrCount = 6 ; ///< Count of hazard pointer required for the algorithm
 
     protected:
         //@cond