diff options
Diffstat (limited to 'lib/osx_file_icon.mm')
-rw-r--r-- | lib/osx_file_icon.mm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/osx_file_icon.mm b/lib/osx_file_icon.mm index 4db6642a..fb3c6490 100644 --- a/lib/osx_file_icon.mm +++ b/lib/osx_file_icon.mm @@ -65,7 +65,7 @@ osx::ImageData extractBytes(NSImage* nsImg, int requestedSize) //throw SysError; ::CGContextDrawImage(ctxRef, CGRectMake(0, 0, trgWidth, trgHeight), imgRef); //can this fail? not documented - //CGContextFlush(ctxRef); //"If you pass [...] a bitmap context, this function does nothing." + //::CGContextFlush(ctxRef); //"If you pass [...] a bitmap context, this function does nothing." osx::ImageData imgOut(trgWidth, trgHeight); |