mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-26 22:31:05 +00:00
Update for the new syntax.
This one compiles to progs even :) (though it looks broken).
This commit is contained in:
parent
81125cff3a
commit
71c05bd899
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
@interface foo
|
||||
{
|
||||
unsigned count;
|
||||
id []_objs;
|
||||
id *_objs;
|
||||
}
|
||||
@end
|
||||
|
||||
|
|
Loading…
Reference in a new issue