Revision: 29659
          http://sourceforge.net/p/bibdesk/svn/29659
Author:   hofman
Date:     2025-10-03 21:42:25 +0000 (Fri, 03 Oct 2025)
Log Message:
-----------
declare new designated initializer for private classes

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

Modified: trunk/bibdesk/BDSKSharingServer.m
===================================================================
--- trunk/bibdesk/BDSKSharingServer.m   2025-10-03 21:42:10 UTC (rev 29658)
+++ trunk/bibdesk/BDSKSharingServer.m   2025-10-03 21:42:25 UTC (rev 29659)
@@ -109,7 +109,8 @@
     BOOL legacyAuthentication;
 }
 
-- (instancetype)initWithConnection:(NSConnection *)aConnection;
+- (instancetype)initWithConnection:(NSConnection *)aConnection 
NS_DESIGNATED_INITIALIZER;
+- (instancetype)init NS_UNAVAILABLE;
 
 @property (nonatomic, readonly) NSConnection *connection;
 @property (nonatomic, strong) id proxy;

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

Reply via email to