aboutsummaryrefslogtreecommitdiff
path: root/modules/mono/editor/monodevelop_instance.cpp
diff options
context:
space:
mode:
authorIgnacio Etcheverry2018-01-12 19:19:20 +0100
committerIgnacio Etcheverry2018-01-12 19:19:20 +0100
commitfeb843da2b5e63a2293f6220f52b019a5fc55df5 (patch)
treef86a562c74d0fa558c8e8124363a362adf497cf6 /modules/mono/editor/monodevelop_instance.cpp
parent0041efec1dc6e9fc806721196de54bd7dadd97a8 (diff)
downloadgodot-feb843da2b5e63a2293f6220f52b019a5fc55df5.tar.gz
godot-feb843da2b5e63a2293f6220f52b019a5fc55df5.tar.zst
godot-feb843da2b5e63a2293f6220f52b019a5fc55df5.zip
Diffstat (limited to 'modules/mono/editor/monodevelop_instance.cpp')
-rw-r--r--modules/mono/editor/monodevelop_instance.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/modules/mono/editor/monodevelop_instance.cpp b/modules/mono/editor/monodevelop_instance.cpp
index 0b0b36e1e..48a285561 100644
--- a/modules/mono/editor/monodevelop_instance.cpp
+++ b/modules/mono/editor/monodevelop_instance.cpp
@@ -35,6 +35,8 @@
void MonoDevelopInstance::execute(const Vector<String> &p_files) {
+ _GDMONO_SCOPE_DOMAIN_(TOOLS_DOMAIN)
+
ERR_FAIL_NULL(execute_method);
ERR_FAIL_COND(gc_handle.is_null());