From 8e4eea032b5242162e7a2151575cdde091bb274f Mon Sep 17 00:00:00 2001 From: Mitchell Livingston Date: Mon, 28 May 2012 14:34:32 +0000 Subject: [PATCH] fix compiling in 32-bit mode --- macosx/Controller.h | 1 + macosx/Controller.m | 1 + 2 files changed, 2 insertions(+) diff --git a/macosx/Controller.h b/macosx/Controller.h index 198228d63..6a0ec26bf 100644 --- a/macosx/Controller.h +++ b/macosx/Controller.h @@ -57,6 +57,7 @@ typedef enum PrefsController * fPrefsController; InfoWindowController * fInfoController; + MessageWindowController * fMessageController; NSUserDefaults * fDefaults; diff --git a/macosx/Controller.m b/macosx/Controller.m index 2e7000175..1b871154d 100644 --- a/macosx/Controller.m +++ b/macosx/Controller.m @@ -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