Go back to objc_ivar_get instead of ivar_get.

This commit is contained in:
Harold Brenes
2025-04-30 20:43:05 -04:00
parent c2dfc4b749
commit 998ed79738
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -364,7 +364,7 @@ objc_find_selector :: proc($name: string) -> objc_SEL ---
objc_register_selector :: proc($name: string) -> objc_SEL ---
objc_find_class :: proc($name: string) -> objc_Class ---
objc_register_class :: proc($name: string) -> objc_Class ---
ivar_get :: proc(self: ^$T, $U: typeid) -> ^U ---
objc_ivar_get :: proc(self: ^$T, $U: typeid) -> ^U ---
valgrind_client_request :: proc(default: uintptr, request: uintptr, a0, a1, a2, a3, a4: uintptr) -> uintptr ---