From: khizmax Date: Thu, 20 Nov 2014 20:30:04 +0000 (+0300) Subject: cds::gc::DHP details bugfix X-Git-Tag: v2.0.0~63 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=6ea0026d2fa15c062d315a73892100d132a362ec;p=libcds.git cds::gc::DHP details bugfix --- 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