mirror of
https://github.com/adamdruppe/arsd.git
synced 2025-04-26 21:30:12 +03:00
typo
This commit is contained in:
parent
3ab22db500
commit
9aeed1c2c1
1 changed files with 2 additions and 2 deletions
4
core.d
4
core.d
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue