fixed: wrong return type of isMiniaturized

This commit is contained in:
daboe01
2018-10-14 16:49:49 +02:00
parent dd781fd86b
commit ae50fde4e1
+1 -1
View File
@@ -2390,7 +2390,7 @@ CPTexturedBackgroundWindowMask
/*!
Returns YES if the window is minimized.
*/
- (void)isMiniaturized
- (BOOL)isMiniaturized
{
return _isMiniaturized;
}