Add a fourth parameter to the DEFINE_DACVAR macro that is the actual fully qualified...
[platform/upstream/coreclr.git] / src / gc / gcscan.h
index 3b2fa70..9b198b0 100644 (file)
@@ -43,8 +43,10 @@ typedef void enum_alloc_context_func(alloc_context*);
 
 class CNameSpace
 {
+    friend struct ::_DacGlobals;
+
   public:
-    
+
     // Called on gc start
     static void GcStartDoWork();