Revision: 29036
          http://sourceforge.net/p/bibdesk/svn/29036
Author:   hofman
Date:     2025-02-20 10:09:16 +0000 (Thu, 20 Feb 2025)
Log Message:
-----------
make object for windowForSheet nullable

Modified Paths:
--------------
    trunk/bibdesk/BDSKOwnerProtocol.h

Modified: trunk/bibdesk/BDSKOwnerProtocol.h
===================================================================
--- trunk/bibdesk/BDSKOwnerProtocol.h   2025-02-19 23:27:18 UTC (rev 29035)
+++ trunk/bibdesk/BDSKOwnerProtocol.h   2025-02-20 10:09:16 UTC (rev 29036)
@@ -52,7 +52,7 @@
 - (nullable NSURL *)fileURL;
 - (nullable NSString *)basePath;
 - (nullable NSString *)documentInfoForKey:(NSString *)key;
-- (nullable NSWindow *)windowForSheetForObject:(id)object;
+- (nullable NSWindow *)windowForSheetForObject:(nullable id)object;
 
 @end
 

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.



_______________________________________________
Bibdesk-commit mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/bibdesk-commit

Reply via email to