Revision: 29782
http://sourceforge.net/p/bibdesk/svn/29782
Author: hofman
Date: 2025-11-10 15:15:48 +0000 (Mon, 10 Nov 2025)
Log Message:
-----------
use const
Modified Paths:
--------------
trunk/bibdesk_vendorsrc/amaxwell/FileView/FVFinderLabel.h
trunk/bibdesk_vendorsrc/amaxwell/FileView/FVFinderLabel.m
Modified: trunk/bibdesk_vendorsrc/amaxwell/FileView/FVFinderLabel.h
===================================================================
--- trunk/bibdesk_vendorsrc/amaxwell/FileView/FVFinderLabel.h 2025-11-10
15:11:42 UTC (rev 29781)
+++ trunk/bibdesk_vendorsrc/amaxwell/FileView/FVFinderLabel.h 2025-11-10
15:15:48 UTC (rev 29782)
@@ -38,7 +38,7 @@
#import <Cocoa/Cocoa.h>
-extern NSString *FVFinderLabelDidChangeNotification;
+extern NSString * const FVFinderLabelDidChangeNotification;
/** Finder icon label interface.
Modified: trunk/bibdesk_vendorsrc/amaxwell/FileView/FVFinderLabel.m
===================================================================
--- trunk/bibdesk_vendorsrc/amaxwell/FileView/FVFinderLabel.m 2025-11-10
15:11:42 UTC (rev 29781)
+++ trunk/bibdesk_vendorsrc/amaxwell/FileView/FVFinderLabel.m 2025-11-10
15:15:48 UTC (rev 29782)
@@ -40,7 +40,7 @@
#import "FVUtilities.h"
#import "FVIcon.h"
-NSString *FVFinderLabelDidChangeNotification =
@"FVFinderLabelDidChangeNotification";
+NSString * const FVFinderLabelDidChangeNotification =
@"FVFinderLabelDidChangeNotification";
@interface NSColor (FVYosemiteDeclarations3)
- (NSColor *)systemGrayColor;
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