Revision: 23785
          http://sourceforge.net/p/bibdesk/svn/23785
Author:   hofman
Date:     2019-05-05 09:14:01 +0000 (Sun, 05 May 2019)
Log Message:
-----------
don't declare NSProgressReporting in pre declaration thta does not define it

Modified Paths:
--------------
    trunk/bibdesk/BDSKDownloaderSession.m

Modified: trunk/bibdesk/BDSKDownloaderSession.m
===================================================================
--- trunk/bibdesk/BDSKDownloaderSession.m       2019-05-05 06:30:48 UTC (rev 
23784)
+++ trunk/bibdesk/BDSKDownloaderSession.m       2019-05-05 09:14:01 UTC (rev 
23785)
@@ -87,7 +87,7 @@
 } NS_ENUM_AVAILABLE(NSURLSESSION_AVAILABLE, 7_0);
 
 NS_CLASS_AVAILABLE(NSURLSESSION_AVAILABLE, 7_0)
-@interface NSURLSessionTask : NSObject <NSCopying, NSProgressReporting>
+@interface NSURLSessionTask : NSObject <NSCopying>
 
 @property (readonly) NSUInteger taskIdentifier;
 @property (nullable, readonly, copy) NSURLRequest *originalRequest;

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



_______________________________________________
Bibdesk-commit mailing list
Bibdesk-commit@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bibdesk-commit

Reply via email to