From c8eb4bbc8d1556f87e824704995b7621e61a4b7a Mon Sep 17 00:00:00 2001 From: Braden Obrzut Date: Thu, 11 Nov 2010 00:22:36 +0000 Subject: [PATCH] - Turns out I can't clear one protocol warning on 10.6 without breaking compatibility with 10.4/10.5. SVN r3007 (trunk) --- src/sdl/iwadpicker_cocoa.mm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/sdl/iwadpicker_cocoa.mm b/src/sdl/iwadpicker_cocoa.mm index 4e4cdf7b6e..1a1fa8b8c1 100644 --- a/src/sdl/iwadpicker_cocoa.mm +++ b/src/sdl/iwadpicker_cocoa.mm @@ -48,7 +48,7 @@ enum static const char* const tableHeaders[NUM_COLUMNS] = { "IWAD", "Game" }; // Class to convert the IWAD data into a form that Cocoa can use. -@interface IWADTableData : NSObject +@interface IWADTableData : NSObject// { NSMutableArray *data; }