diff --git a/core/variant_call.cpp b/core/variant_call.cpp index 069c20bc6e..c18122ece7 100644 --- a/core/variant_call.cpp +++ b/core/variant_call.cpp @@ -54,10 +54,10 @@ struct _VariantCall { int arg_count; Vector default_args; Vector arg_types; - -#ifdef DEBUG_ENABLED Vector arg_names; Variant::Type return_type; + +#ifdef DEBUG_ENABLED bool returns; #endif VariantFunc func;