Skip to content

Commit 7294268

Browse files
authored
Merge pull request #866 from snakefangox/master
Add godot-convert impl for const u8 pointers
2 parents 406a5d9 + b769eaf commit 7294268

File tree

1 file changed

+1
-0
lines changed
  • godot-core/src/meta/godot_convert

1 file changed

+1
-0
lines changed

godot-core/src/meta/godot_convert/impls.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -442,3 +442,4 @@ impl_pointer_convert!(*mut *const u8);
442442
impl_pointer_convert!(*mut i32);
443443
impl_pointer_convert!(*mut f64);
444444
impl_pointer_convert!(*mut u8);
445+
impl_pointer_convert!(*const u8);

0 commit comments

Comments
 (0)