summaryrefslogtreecommitdiff
path: root/macosx/PcsxrPlugin.h
diff options
context:
space:
mode:
authorSND\MaddTheSane_cp <SND\MaddTheSane_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97>2014-01-25 19:18:46 +0000
committerSND\MaddTheSane_cp <SND\MaddTheSane_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97>2014-01-25 19:18:46 +0000
commitb98e99fd07def79e974b263d52d9719c435a367b (patch)
tree22055ffb5bcf6816cede9f2fce55ee134495c36a /macosx/PcsxrPlugin.h
parent4e48823ad72a3d1e595409eb69f2948ab084c00d (diff)
downloadpcsxr-b98e99fd07def79e974b263d52d9719c435a367b.tar.gz
OS X: Minor changes to the PcsxrPlugin class.
git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@88470 e17a0e51-4ae3-4d35-97c3-1a29b211df97
Diffstat (limited to 'macosx/PcsxrPlugin.h')
-rwxr-xr-xmacosx/PcsxrPlugin.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/macosx/PcsxrPlugin.h b/macosx/PcsxrPlugin.h
index 7cb03514..f2a0f854 100755
--- a/macosx/PcsxrPlugin.h
+++ b/macosx/PcsxrPlugin.h
@@ -8,10 +8,7 @@
#import <Foundation/Foundation.h>
-@interface PcsxrPlugin : NSObject {
- void *pluginRef;
-}
-
+@interface PcsxrPlugin : NSObject
@property (readonly, copy) NSString *path;
@property (readonly, strong) NSString *name;
@property (readonly) int type;