1
0
Fork 0
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:
Mitchell Livingston 2012-05-28 14:34:32 +00:00
parent 7466139067
commit 8e4eea032b
2 changed files with 2 additions and 0 deletions

View file

@ -57,6 +57,7 @@ typedef enum
PrefsController * fPrefsController;
InfoWindowController * fInfoController;
MessageWindowController * fMessageController;
NSUserDefaults * fDefaults;

View file

@ -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