mirror of
https://github.com/transmission/transmission
synced 2024-12-26 01:27:28 +00:00
fix compiling in 32-bit mode
This commit is contained in:
parent
7466139067
commit
8e4eea032b
2 changed files with 2 additions and 0 deletions
|
@ -57,6 +57,7 @@ typedef enum
|
|||
|
||||
PrefsController * fPrefsController;
|
||||
InfoWindowController * fInfoController;
|
||||
MessageWindowController * fMessageController;
|
||||
|
||||
NSUserDefaults * fDefaults;
|
||||
|
||||
|
|
|
@ -157,6 +157,7 @@ static void sleepCallback(void * controller, io_service_t y, natural_t messageTy
|
|||
|
||||
@implementation Controller
|
||||
|
||||
#warning remove ivars in header when 64-bit only (or it compiles in 32-bit mode)
|
||||
@synthesize messageWindowController = fMessageController;
|
||||
|
||||
+ (void) initialize
|
||||
|
|
Loading…
Reference in a new issue