diff options
Diffstat (limited to 'include/godot_cpp/core/method_bind.hpp')
-rw-r--r-- | include/godot_cpp/core/method_bind.hpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/godot_cpp/core/method_bind.hpp b/include/godot_cpp/core/method_bind.hpp index ae2142a..37ae731 100644 --- a/include/godot_cpp/core/method_bind.hpp +++ b/include/godot_cpp/core/method_bind.hpp @@ -268,8 +268,8 @@ MethodBind *create_vararg_method_bind(R (T::*p_method)(const Variant **, GDExten } #ifndef TYPED_METHOD_BIND -class ___UnexistingClass; -#define MB_T ___UnexistingClass +class _gde_UnexistingClass; +#define MB_T _gde_UnexistingClass #else #define MB_T T #endif |