diff options
| author | Juan Linietsky | 2014-12-08 15:47:45 -0300 |
|---|---|---|
| committer | Juan Linietsky | 2014-12-08 15:47:45 -0300 |
| commit | 6851f9bfaefdd70eb009efdede444d3238c7277c (patch) | |
| tree | d7e90b45dcdcc792c57ca1d61adab274d8e30507 /core/variant.h | |
| parent | 9df8d5f616dbb3f81299ccca4929c0a8f46a6d79 (diff) | |
| download | godot-6851f9bfaefdd70eb009efdede444d3238c7277c.tar.gz godot-6851f9bfaefdd70eb009efdede444d3238c7277c.tar.zst godot-6851f9bfaefdd70eb009efdede444d3238c7277c.zip | |
Diffstat (limited to 'core/variant.h')
| -rw-r--r-- | core/variant.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/variant.h b/core/variant.h index f651e3835..9109f4ad0 100644 --- a/core/variant.h +++ b/core/variant.h @@ -358,7 +358,7 @@ public: static String get_operator_name(Operator p_op); static void evaluate(const Operator& p_op,const Variant& p_a, const Variant& p_b,Variant &r_ret,bool &r_valid); - static _FORCE_INLINE_ Variant evaluate(Operator& p_op,const Variant& p_a, const Variant& p_b) { + static _FORCE_INLINE_ Variant evaluate(const Operator& p_op,const Variant& p_a, const Variant& p_b) { bool valid=true; Variant res; |
