- Turns out I can't clear one protocol warning on 10.6 without breaking compatibility with 10.4/10.5.

SVN r3007 (trunk)
This commit is contained in:
Braden Obrzut 2010-11-11 00:22:36 +00:00
parent ae6ad394d1
commit c8eb4bbc8d

View file

@ -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 <NSTableViewDataSource>
@interface IWADTableData : NSObject// <NSTableViewDataSource>
{
NSMutableArray *data;
}