diff options
Diffstat (limited to 'macosx/Source/PluginList.m')
| -rw-r--r-- | macosx/Source/PluginList.m | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/macosx/Source/PluginList.m b/macosx/Source/PluginList.m index 6b86bd90..cbe4cb95 100644 --- a/macosx/Source/PluginList.m +++ b/macosx/Source/PluginList.m @@ -35,7 +35,7 @@ const static int typeList[] = {PSE_LT_GPU, PSE_LT_SPU, PSE_LT_CDR, PSE_LT_PAD, P return sPluginList; } -- (id)init +- (instancetype)init { NSUInteger i; |
