summaryrefslogtreecommitdiffstats
path: root/macosx/HBDVDDetector.m
diff options
context:
space:
mode:
Diffstat (limited to 'macosx/HBDVDDetector.m')
-rw-r--r--macosx/HBDVDDetector.m4
1 files changed, 4 insertions, 0 deletions
diff --git a/macosx/HBDVDDetector.m b/macosx/HBDVDDetector.m
index 8db9d36f2..50be26b61 100644
--- a/macosx/HBDVDDetector.m
+++ b/macosx/HBDVDDetector.m
@@ -28,6 +28,10 @@
@implementation HBDVDDetector
+{
+ NSString *path;
+ NSString *bsdName;
+}
+ (HBDVDDetector *)detectorForPath: (NSString *)aPath
{