diff options
Diffstat (limited to 'modules/mono/csharp_script.h')
-rw-r--r-- | modules/mono/csharp_script.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/mono/csharp_script.h b/modules/mono/csharp_script.h index 310cb81929..918776a6ba 100644 --- a/modules/mono/csharp_script.h +++ b/modules/mono/csharp_script.h @@ -60,6 +60,7 @@ class CSharpScript : public Script { friend class CSharpInstance; friend class CSharpLanguage; + friend struct CSharpScriptDepSort; bool tool = false; bool global_class = false; |