Skip to content

Commit 6e78ddf

Browse files
authored
Update cocoa-foundation/src/foundation.rs
1 parent e07fe27 commit 6e78ddf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cocoa-foundation/src/foundation.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,7 @@ pub trait NSProcessInfo: Sized {
229229
msg_send![class!(NSProcessInfo), processInfo]
230230
}
231231

232-
unsafe fn systemUptime(_: Self) -> NSTimeInterval;
232+
unsafe fn systemUptime(self) -> NSTimeInterval;
233233
unsafe fn processName(self) -> id;
234234
unsafe fn operatingSystemVersion(self) -> NSOperatingSystemVersion;
235235
unsafe fn isOperatingSystemAtLeastVersion(self, version: NSOperatingSystemVersion) -> bool;

0 commit comments

Comments
 (0)