summaryrefslogtreecommitdiff
path: root/macosx/Source/PcsxrPlugin.h
diff options
context:
space:
mode:
Diffstat (limited to 'macosx/Source/PcsxrPlugin.h')
-rw-r--r--macosx/Source/PcsxrPlugin.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/macosx/Source/PcsxrPlugin.h b/macosx/Source/PcsxrPlugin.h
index 14d6bca1..2bace47b 100644
--- a/macosx/Source/PcsxrPlugin.h
+++ b/macosx/Source/PcsxrPlugin.h
@@ -27,6 +27,6 @@
- (long)shutdownAs:(int)aType;
- (void)aboutAs:(int)type;
- (void)configureAs:(int)type;
-@property (readonly) BOOL verifyOK;
+- (BOOL)verifyOK;
@end