Revision: 29964
http://sourceforge.net/p/bibdesk/svn/29964
Author: hofman
Date: 2026-01-20 10:32:57 +0000 (Tue, 20 Jan 2026)
Log Message:
-----------
declare specific type
Modified Paths:
--------------
trunk/bibdesk/BDSKFileSearchIndex.m
Modified: trunk/bibdesk/BDSKFileSearchIndex.m
===================================================================
--- trunk/bibdesk/BDSKFileSearchIndex.m 2026-01-19 16:40:39 UTC (rev 29963)
+++ trunk/bibdesk/BDSKFileSearchIndex.m 2026-01-20 10:32:57 UTC (rev 29964)
@@ -553,7 +553,7 @@
double totalObjectCount = [items count];
// find URLs in the database that needs to be indexed, and URLs that
were indexeed but are not in the database anymore
- for (id anItem in items) {
+ for (NSDictionary *anItem in items) {
if ([self shouldKeepRunning] == NO) break;
@autoreleasepool {
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