summaryrefslogtreecommitdiff
path: root/macosx/PcsxrController.h
diff options
context:
space:
mode:
authorSND\MaddTheSane_cp <SND\MaddTheSane_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97>2014-05-22 04:24:14 +0000
committerSND\MaddTheSane_cp <SND\MaddTheSane_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97>2014-05-22 04:24:14 +0000
commitbc9abb12a5632d450f6f6ba831c48ac0c020386e (patch)
tree0d10b29cfa563188f857799feb86847ce67235a5 /macosx/PcsxrController.h
parentaf7eea9751fea1ab5717ae575eb578135d9a45e1 (diff)
downloadpcsxr-bc9abb12a5632d450f6f6ba831c48ac0c020386e.tar.gz
OS X: Minor changes
git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@90493 e17a0e51-4ae3-4d35-97c3-1a29b211df97
Diffstat (limited to 'macosx/PcsxrController.h')
-rwxr-xr-xmacosx/PcsxrController.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/macosx/PcsxrController.h b/macosx/PcsxrController.h
index f7fde0a9..b271ae55 100755
--- a/macosx/PcsxrController.h
+++ b/macosx/PcsxrController.h
@@ -8,7 +8,7 @@
@class ConfigurationController;
@class CheatController;
-__private_extern__ void ShowHelpAndExit(FILE* output, int exitCode);
+__private_extern void ShowHelpAndExit(FILE* output, int exitCode);
extern BOOL wasFinderLaunch;
@interface PcsxrController : NSObject <NSApplicationDelegate>