summaryrefslogtreecommitdiff
path: root/macosx/plugins/DFXVideo/macsrc
diff options
context:
space:
mode:
authorSND\MaddTheSane_cp <SND\MaddTheSane_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97>2014-01-02 03:24:57 +0000
committerSND\MaddTheSane_cp <SND\MaddTheSane_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97>2014-01-02 03:24:57 +0000
commit68feb9f62351a18bc52d0ad4d69c0b83231d2e77 (patch)
treef749f9658619adbaf0985b3feab558081941c4dd /macosx/plugins/DFXVideo/macsrc
parent387027e6704341ffca44b721fe18037f2cec9dd7 (diff)
downloadpcsxr-68feb9f62351a18bc52d0ad4d69c0b83231d2e77.tar.gz
OS X: Fix some Pedantic warnings.
git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@88210 e17a0e51-4ae3-4d35-97c3-1a29b211df97
Diffstat (limited to 'macosx/plugins/DFXVideo/macsrc')
-rwxr-xr-xmacosx/plugins/DFXVideo/macsrc/PluginConfigController.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/macosx/plugins/DFXVideo/macsrc/PluginConfigController.m b/macosx/plugins/DFXVideo/macsrc/PluginConfigController.m
index 3fc886d4..4b44bc98 100755
--- a/macosx/plugins/DFXVideo/macsrc/PluginConfigController.m
+++ b/macosx/plugins/DFXVideo/macsrc/PluginConfigController.m
@@ -368,4 +368,4 @@ void ReadConfig(void)
@end
#import "OSXPlugLocalization.h"
-PLUGLOCIMP([PluginConfigController class]);
+PLUGLOCIMP([PluginConfigController class])