From 6ea0026d2fa15c062d315a73892100d132a362ec Mon Sep 17 00:00:00 2001 From: khizmax Date: Thu, 20 Nov 2014 23:30:04 +0300 Subject: [PATCH] cds::gc::DHP details bugfix --- cds/gc/details/dhp.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cds/gc/details/dhp.h b/cds/gc/details/dhp.h index 93580a2e..ee689bee 100644 --- a/cds/gc/details/dhp.h +++ b/cds/gc/details/dhp.h @@ -453,7 +453,7 @@ namespace cds { namespace gc { /// Uninitialized guard class guard { - friend class ThreadGC; + friend class dhp::ThreadGC; protected: details::guard_data * m_pGuard ; ///< Pointer to guard data -- 2.34.1