This commit is contained in:
Adam D. Ruppe 2023-11-04 07:05:11 -04:00
parent 3ab22db500
commit 9aeed1c2c1
1 changed files with 2 additions and 2 deletions

4
core.d
View File

@ -513,7 +513,7 @@ struct OwnedClass(Class) {
}
}
// might move RecyclableMemory here
version(Posix)
package(arsd) void makeNonBlocking(int fd) {
@ -7037,7 +7037,7 @@ If you are not sure if Cocoa thinks your application is multithreaded or not, yo
void setFrameOrigin(NSPoint newOrigin) @selector("setFrameOrigin:");
void addSubview(NSView what) @selector("addSubview:");
void removeFromSuperview() @selector("removeFromSuperview:");
void removeFromSuperview() @selector("removeFromSuperview");
}
extern class NSFont : NSObject {