diff options
Diffstat (limited to 'macosx/plugins/DFInput/macsrc/ControllerList.m')
| -rwxr-xr-x | macosx/plugins/DFInput/macsrc/ControllerList.m | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/macosx/plugins/DFInput/macsrc/ControllerList.m b/macosx/plugins/DFInput/macsrc/ControllerList.m index 3a6ec11c..609af2e2 100755 --- a/macosx/plugins/DFInput/macsrc/ControllerList.m +++ b/macosx/plugins/DFInput/macsrc/ControllerList.m @@ -33,10 +33,12 @@ static int currentController; return self; } +#if !__has_feature(objc_arc) - (void)dealloc { [super dealloc]; } +#endif /* sets current controller data returned by data source */ + (void)setCurrentController:(int)which |
