diff --git a/MacPass/MPPlugin.h b/MacPass/MPPlugin.h index a7cf5029..f8dd7b48 100644 --- a/MacPass/MPPlugin.h +++ b/MacPass/MPPlugin.h @@ -49,7 +49,7 @@ FOUNDATION_EXPORT NSString *const MPPluginDescriptionInfoDictionaryKey; @param host plugin host hosting the pluing - MacPass @return the plugin instance ready for use */ -- (instancetype)initWithPluginHost:(MPPluginHost *)host NS_DESIGNATED_INITIALIZER; +- (instancetype)initWithPluginHost:(MPPluginHost *)host NS_DESIGNATED_INITIALIZER NS_REQUIRES_SUPER; - (instancetype)init NS_UNAVAILABLE; - (void)didLoadPlugin; @@ -81,7 +81,6 @@ FOUNDATION_EXPORT NSString *const MPPluginDescriptionInfoDictionaryKey; - (NSString *)windowTitleForRunningApplication:(NSRunningApplication *)runningApplication; @end - #pragma mark Proposed Plugin Protocolls /*