mirror of
https://github.com/ZDoom/gzdoom.git
synced 2024-11-10 23:01:50 +00:00
- 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:
parent
ae6ad394d1
commit
c8eb4bbc8d
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue