Revision: 29833
http://sourceforge.net/p/bibdesk/svn/29833
Author: hofman
Date: 2025-11-17 10:24:14 +0000 (Mon, 17 Nov 2025)
Log Message:
-----------
use NSStringCompareOptions
Modified Paths:
--------------
trunk/bibdesk/BDSKStringNode.h
trunk/bibdesk/BDSKStringNode.m
Modified: trunk/bibdesk/BDSKStringNode.h
===================================================================
--- trunk/bibdesk/BDSKStringNode.h 2025-11-17 10:21:52 UTC (rev 29832)
+++ trunk/bibdesk/BDSKStringNode.h 2025-11-17 10:24:14 UTC (rev 29833)
@@ -99,7 +99,7 @@
@param mask The search options used in the comparison. These
are the same as for string compare methods.
@result -
*/
-- (NSComparisonResult)compareNode:(BDSKStringNode *)aNode
options:(NSUInteger)mask;
+- (NSComparisonResult)compareNode:(BDSKStringNode *)aNode
options:(NSStringCompareOptions)mask;
/*!
@method type
Modified: trunk/bibdesk/BDSKStringNode.m
===================================================================
--- trunk/bibdesk/BDSKStringNode.m 2025-11-17 10:21:52 UTC (rev 29832)
+++ trunk/bibdesk/BDSKStringNode.m 2025-11-17 10:24:14 UTC (rev 29833)
@@ -106,7 +106,7 @@
return [self compareNode:aNode options:0];
}
-- (NSComparisonResult)compareNode:(BDSKStringNode *)aNode
options:(NSUInteger)mask{
+- (NSComparisonResult)compareNode:(BDSKStringNode *)aNode
options:(NSStringCompareOptions)mask{
if (type < [aNode type])
return NSOrderedAscending;
if (type > [aNode type])
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