From 2d396fb71070f282b6858cb77efac1c948b6b4a9 Mon Sep 17 00:00:00 2001
From: Juan Linietsky <reduzio@gmail.com>
Date: Mon, 4 May 2015 18:30:57 -0300
Subject: -More strict argument type-checking, will make many bugs visible,
 fixes #1809 -added NOTIFICATION_INSTANCED

---
 core/variant.h | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

(limited to 'core/variant.h')

diff --git a/core/variant.h b/core/variant.h
index 85c7b92c0d..5f338ef667 100644
--- a/core/variant.h
+++ b/core/variant.h
@@ -165,7 +165,8 @@ public:
 
 	_FORCE_INLINE_ Type get_type() const { return type; }
 	static String get_type_name(Variant::Type p_type);
-	static bool can_convert(Type p_type_from,Type p_type_to);
+	static bool can_convert(Type p_type_from, Type p_type_to);
+	static bool can_convert_strict(Type p_type_from, Type p_type_to);
 
 
 
-- 
cgit v1.2.3