mirror of
https://github.com/transmission/transmission
synced 2025-02-20 21:26:53 +00:00
Fix clang warning in VDKQueue.m
Fix warning `Method override for the designated initializer of the superclass '-init' not found` with `NS_UNAVAILABLE` marker.
This commit is contained in:
parent
d6032f829b
commit
cdec576fc9
1 changed files with 1 additions and 0 deletions
|
@ -52,6 +52,7 @@ NSString * VDKQueueAccessRevocationNotification = @"VDKQueueAccessWasRevokedNoti
|
|||
u_int _subscriptionFlags;
|
||||
}
|
||||
|
||||
- (instancetype) init NS_UNAVAILABLE;
|
||||
- (instancetype) initWithPath:(NSString*)inPath andSubscriptionFlags:(u_int)flags NS_DESIGNATED_INITIALIZER;
|
||||
|
||||
@property (atomic, copy) NSString *path;
|
||||
|
|
Loading…
Reference in a new issue