diff options
Diffstat (limited to 'core/helper/math_fieldwise.h')
-rw-r--r-- | core/helper/math_fieldwise.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/helper/math_fieldwise.h b/core/helper/math_fieldwise.h index 31f9af8d0b..e73227f148 100644 --- a/core/helper/math_fieldwise.h +++ b/core/helper/math_fieldwise.h @@ -33,7 +33,7 @@ #include "core/variant.h" -Variant fieldwise_assign(const Variant& p_target, const Variant& p_source, const String& p_field); +Variant fieldwise_assign(const Variant &p_target, const Variant &p_source, const String &p_field); #endif // TOOLS_ENABLED |