Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
gingerBill committed Jan 31, 2025
2 parents 0cd20e6 + f6001e1 commit 5d758cd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
6 changes: 3 additions & 3 deletions core/sys/darwin/Foundation/NSSavePanel.odin
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ SavePanel_runModal :: proc "c" (self: ^SavePanel) -> ModalResponse {

@(objc_type=SavePanel, objc_name="savePanel", objc_is_class_method=true)
SavePanel_savePanel :: proc "c" () -> ^SavePanel {
return msgSend(^SavePanel, SavePanel, "savePanel")
return msgSend(^SavePanel, SavePanel, "savePanel")
}

@(objc_type=SavePanel, objc_name="URL")
SavePanel_URL :: proc "c" (self: ^SavePanel) -> ^Array {
return msgSend(^Array, self, "URL")
}
return msgSend(^Array, self, "URL")
}
1 change: 1 addition & 0 deletions core/sys/linux/bits.odin
Original file line number Diff line number Diff line change
Expand Up @@ -1329,6 +1329,7 @@ Socket_Option :: enum {
ACCEPTCONN = 30,
PEERSEC = 31,
PASSSEC = 34,
IP_ADD_MEMBERSHIP = 35,
MARK = 36,
PROTOCOL = 38,
DOMAIN = 39,
Expand Down

0 comments on commit 5d758cd

Please sign in to comment.