summaryrefslogtreecommitdiff
path: root/macosx/PcsxrDiscHandler.h
diff options
context:
space:
mode:
Diffstat (limited to 'macosx/PcsxrDiscHandler.h')
-rwxr-xr-xmacosx/PcsxrDiscHandler.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/macosx/PcsxrDiscHandler.h b/macosx/PcsxrDiscHandler.h
index 150a580c..8ff673fb 100755
--- a/macosx/PcsxrDiscHandler.h
+++ b/macosx/PcsxrDiscHandler.h
@@ -8,10 +8,12 @@
#import <Foundation/Foundation.h>
#import "PcsxrFileHandle.h"
+#import "ARCBridge.h"
@interface PcsxrDiscHandler : NSObject <PcsxrFileHandle>
{
- NSURL *discURL;
+ NSURL *_discURL;
+ __arcweak NSString *discPath;
}
@end