From 5fd3ef4e787c636aafc7cb71d25fd8d9eda336b0 Mon Sep 17 00:00:00 2001 From: Ignacio Etcheverry Date: Fri, 30 Nov 2018 21:45:44 +0100 Subject: Implement CSharpScript::is_valid() --- modules/mono/csharp_script.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/mono/csharp_script.h') diff --git a/modules/mono/csharp_script.h b/modules/mono/csharp_script.h index c9143587fd..269d7ebe42 100644 --- a/modules/mono/csharp_script.h +++ b/modules/mono/csharp_script.h @@ -169,7 +169,7 @@ public: virtual void update_exports(); virtual bool is_tool() const { return tool; } - virtual bool is_valid() const; + virtual bool is_valid() const { return valid; } virtual Ref