summaryrefslogtreecommitdiff
path: root/src/gc/gcscan.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gc/gcscan.h')
-rw-r--r--src/gc/gcscan.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/gc/gcscan.h b/src/gc/gcscan.h
index 3b2fa70e26..9b198b0782 100644
--- a/src/gc/gcscan.h
+++ b/src/gc/gcscan.h
@@ -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();