mirror of
https://github.com/hholtmann/smcFanControl.git
synced 2025-11-04 19:49:16 +01:00
Changed compiler for 10.5 compatibility
This commit is contained in:
@ -29,6 +29,12 @@
|
||||
#import <Sparkle/SUUpdater.h>
|
||||
#import "SystemVersion.h"
|
||||
|
||||
@interface FanControl ()
|
||||
+(void)copyMachinesIfNecessary;
|
||||
- (BOOL)isInAutoStart;
|
||||
- (void) setStartAtLogin:(BOOL)enabled;
|
||||
@end
|
||||
|
||||
@implementation FanControl
|
||||
|
||||
io_connect_t conn;
|
||||
|
||||
Reference in New Issue
Block a user