Revision: 28769 http://sourceforge.net/p/bibdesk/svn/28769 Author: hofman Date: 2024-02-18 16:50:58 +0000 (Sun, 18 Feb 2024) Log Message: ----------- add pragma mark
Modified Paths: -------------- trunk/bibdesk/BibDocument.m Modified: trunk/bibdesk/BibDocument.m =================================================================== --- trunk/bibdesk/BibDocument.m 2024-02-18 15:49:15 UTC (rev 28768) +++ trunk/bibdesk/BibDocument.m 2024-02-18 16:50:58 UTC (rev 28769) @@ -611,6 +611,8 @@ return YES; } +#pragma mark Document closing + - (void)document:(NSDocument *)doc shouldClose:(BOOL)shouldClose contextInfo:(void *)contextInfo { NSInvocation *invocation = (NSInvocation *)CFBridgingRelease(contextInfo); if (invocation) { This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. _______________________________________________ Bibdesk-commit mailing list Bibdesk-commit@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/bibdesk-commit