summaryrefslogtreecommitdiff
path: root/macosx/Source/PcsxrPlugin.h
diff options
context:
space:
mode:
authorSND\MaddTheSane_cp <SND\MaddTheSane_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97>2014-10-03 01:22:00 +0000
committerSND\MaddTheSane_cp <SND\MaddTheSane_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97>2014-10-03 01:22:00 +0000
commit956e58158d94e343cbaa83abfc314daa94bdee12 (patch)
tree834b84034aac89115a20140972b625346c8fc971 /macosx/Source/PcsxrPlugin.h
parentc460790f50578b651f2b36226474b2b3d2218a06 (diff)
downloadpcsxr-956e58158d94e343cbaa83abfc314daa94bdee12.tar.gz
OS X: moving stuff around.
git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@91786 e17a0e51-4ae3-4d35-97c3-1a29b211df97
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