Revision: 28845
http://sourceforge.net/p/bibdesk/svn/28845
Author: hofman
Date: 2024-03-12 22:32:05 +0000 (Tue, 12 Mar 2024)
Log Message:
-----------
don't use string constant type
Modified Paths:
--------------
trunk/bibdesk/BDSKStatusBar.m
Modified: trunk/bibdesk/BDSKStatusBar.m
===================================================================
--- trunk/bibdesk/BDSKStatusBar.m 2024-03-12 19:07:01 UTC (rev 28844)
+++ trunk/bibdesk/BDSKStatusBar.m 2024-03-12 22:32:05 UTC (rev 28845)
@@ -68,7 +68,7 @@
@synthesize leftMargin, rightMargin, progressIndicator, delegate,
bottomConstraint;
@dynamic visible, stringValue, font, progressIndicatorStyle,
progressIndicatorValue, iconIdentifiers;
-+ (id)defaultAnimationForKey:(NSAnimatablePropertyKey)key {
++ (id)defaultAnimationForKey:(NSString *)key {
if ([key isEqualToString:@"offset"])
return [CABasicAnimation animation];
return [super defaultAnimationForKey:key];
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