Revision: 29911
          http://sourceforge.net/p/bibdesk/svn/29911
Author:   hofman
Date:     2025-11-30 15:43:29 +0000 (Sun, 30 Nov 2025)
Log Message:
-----------
typeselecthelper strings must be strrings

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

Modified: trunk/bibdesk/BDSKOutlineView.h
===================================================================
--- trunk/bibdesk/BDSKOutlineView.h     2025-11-30 15:40:48 UTC (rev 29910)
+++ trunk/bibdesk/BDSKOutlineView.h     2025-11-30 15:43:29 UTC (rev 29911)
@@ -48,7 +48,7 @@
 - (void)outlineViewInsertSpace:(NSOutlineView *)anOutlineView;
 - (void)outlineViewInsertShiftSpace:(NSOutlineView *)anOutlineView;
 
-- (NSArray *)outlineView:(NSOutlineView *)anOutlineView 
typeSelectHelperSelectionStrings:(BDSKTypeSelectHelper *)aTypeSelectHelper;
+- (NSArray<NSString *> *)outlineView:(NSOutlineView *)anOutlineView 
typeSelectHelperSelectionStrings:(BDSKTypeSelectHelper *)aTypeSelectHelper;
 - (void)outlineView:(NSOutlineView *)anOutlineView 
typeSelectHelper:(BDSKTypeSelectHelper *)aTypeSelectHelper 
didFailToFindMatchForSearchString:(NSString *)searchString;
 - (void)outlineView:(NSOutlineView *)anOutlineView 
typeSelectHelper:(BDSKTypeSelectHelper *)aTypeSelectHelper 
updateSearchString:(NSString *)searchString;
 

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