Mass replace NULL --> nullptr

(Except one instance was instead replaced with nil)
This commit is contained in:
2015-09-13 10:50:21 -04:00
parent f1b097a54c
commit 780b413d0c
24 changed files with 92 additions and 92 deletions

View File

@@ -324,7 +324,7 @@ sf::Image* sfImageFromNSImage(NSImage *image) {
return nil;
NSBitmapImageRep* rep = [[NSBitmapImageRep alloc]
initWithBitmapDataPlanes: NULL
initWithBitmapDataPlanes: nil
pixelsWide: width
pixelsHigh: height
bitsPerSample: 8