Revision: 15815
          http://sourceforge.net/p/skim-app/code/15815
Author:   hofman
Date:     2025-11-18 17:13:32 +0000 (Tue, 18 Nov 2025)
Log Message:
-----------
use type

Modified Paths:
--------------
    trunk/NSObject_SKExtensions.m

Modified: trunk/NSObject_SKExtensions.m
===================================================================
--- trunk/NSObject_SKExtensions.m       2025-11-18 15:39:40 UTC (rev 15814)
+++ trunk/NSObject_SKExtensions.m       2025-11-18 17:13:32 UTC (rev 15815)
@@ -57,7 +57,7 @@
     return INT_MAX;
 }
 
-- (id)objectInTexLinesAtIndex:(NSUInteger)idx {
+- (NSNumber *)objectInTexLinesAtIndex:(NSUInteger)idx {
     return [NSNumber numberWithUnsignedInteger:idx];
 }
 

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



_______________________________________________
Skim-app-commit mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/skim-app-commit

Reply via email to