summaryrefslogtreecommitdiffstats
path: root/macosx/HBDVDDetector.h
diff options
context:
space:
mode:
Diffstat (limited to 'macosx/HBDVDDetector.h')
-rw-r--r--macosx/HBDVDDetector.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/macosx/HBDVDDetector.h b/macosx/HBDVDDetector.h
index 3e7692a7b..978f944da 100644
--- a/macosx/HBDVDDetector.h
+++ b/macosx/HBDVDDetector.h
@@ -13,6 +13,8 @@ NS_ASSUME_NONNULL_BEGIN
@interface HBDVDDetector : NSObject
+- (instancetype)init NS_UNAVAILABLE;
+
+ (HBDVDDetector *)detectorForPath: (NSString *)aPath;
- (HBDVDDetector *)initWithPath: (NSString *)aPath NS_DESIGNATED_INITIALIZER;