mirror of
https://github.com/transmission/transmission.git
synced 2026-05-08 09:39:08 +01:00
fix compiling in 32-bit mode
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user