Revision: 29879
          http://sourceforge.net/p/bibdesk/svn/29879
Author:   hofman
Date:     2025-11-22 17:31:54 +0000 (Sat, 22 Nov 2025)
Log Message:
-----------
use __kindof more consistently for group selection

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

Modified: trunk/bibdesk/BibDocument_Groups.h
===================================================================
--- trunk/bibdesk/BibDocument_Groups.h  2025-11-22 17:27:41 UTC (rev 29878)
+++ trunk/bibdesk/BibDocument_Groups.h  2025-11-22 17:31:54 UTC (rev 29879)
@@ -83,7 +83,7 @@
 - (void)handleExternalGroupUpdatedNotification:(NSNotification *)notification;
 
 - (void)willRemoveGroups:(NSArray<BDSKGroup *> *)groupsToRemove;
-- (void)reloadParentGroup:(nullable BDSKParentGroup *)parentGroup 
withSelection:(NSArray<BDSKGroup *> *)selectedGroups;
+- (void)reloadParentGroup:(nullable BDSKParentGroup *)parentGroup 
withSelection:(NSArray<__kindof BDSKGroup *> *)selectedGroups;
 
 - (nullable BDSKGroupCellView *)viewForGroup:(BDSKGroup *)group;
 - (void)updateCountBubbleForGroup:(BDSKGroup *)group inView:(nullable 
BDSKGroupCellView *)view;

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