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
+1
View File
@@ -57,6 +57,7 @@ typedef enum
PrefsController * fPrefsController;
InfoWindowController * fInfoController;
MessageWindowController * fMessageController;
NSUserDefaults * fDefaults;
+1
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