mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-03-01 06:50:59 +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
|
@interface foo
|
||||||
{
|
{
|
||||||
unsigned count;
|
unsigned count;
|
||||||
id []_objs;
|
id *_objs;
|
||||||
}
|
}
|
||||||
@end
|
@end
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue