Skip to content

Commit c3e93dd

Browse files
committed
fixup
1 parent fa4f78a commit c3e93dd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

include/godot_cpp/classes/wrapped.hpp

+2-2
Original file line numberDiff line numberDiff line change
@@ -385,10 +385,10 @@ public:
385385
return nullptr; \
386386
} \
387387
\
388-
static void _gde_binding_free_callback(void */*p_token*/, void */*p_instance*/, void */*p_binding*/) { \
388+
static void _gde_binding_free_callback(void * /*p_token*/, void * /*p_instance*/, void * /*p_binding*/) { \
389389
} \
390390
\
391-
static GDExtensionBool _gde_binding_reference_callback(void */*p_token*/, void */*p_instance*/, GDExtensionBool /*p_reference*/) { \
391+
static GDExtensionBool _gde_binding_reference_callback(void * /*p_token*/, void * /*p_instance*/, GDExtensionBool /*p_reference*/) { \
392392
return true; \
393393
} \
394394
\

0 commit comments

Comments
 (0)