fixed: wrong return type in isMovable

This commit is contained in:
daboe01
2018-10-14 13:36:53 +02:00
parent dd781fd86b
commit 401461f1f0
+1 -1
View File
@@ -1815,7 +1815,7 @@ CPTexturedBackgroundWindowMask
/*!
Returns \c YES if the window can be moved.
*/
- (void)isMovable
- (BOOL)isMovable
{
return _isMovable;
}