Revision: 29829
http://sourceforge.net/p/bibdesk/svn/29829
Author: hofman
Date: 2025-11-17 10:11:04 +0000 (Mon, 17 Nov 2025)
Log Message:
-----------
return type of initWithCoder: is nullable
Modified Paths:
--------------
trunk/bibdesk/BDSKStringNode.h
Modified: trunk/bibdesk/BDSKStringNode.h
===================================================================
--- trunk/bibdesk/BDSKStringNode.h 2025-11-17 10:10:21 UTC (rev 29828)
+++ trunk/bibdesk/BDSKStringNode.h 2025-11-17 10:11:04 UTC (rev 29829)
@@ -88,7 +88,7 @@
@result An initialized string node.
*/
- (instancetype)initWithType:(BDSKStringNodeType)aType value:(NSString *)s
NS_DESIGNATED_INITIALIZER;
-- (instancetype)initWithCoder:(NSCoder *)coder NS_DESIGNATED_INITIALIZER;
+- (nullable instancetype)initWithCoder:(NSCoder *)coder
NS_DESIGNATED_INITIALIZER;
- (instancetype)init;
/*!
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