Declare foo as pointer.

From-SVN: r39458
This commit is contained in:
Ovidiu Predescu 2001-02-05 16:43:32 +00:00
parent e2bbb66033
commit b9c4543ff7
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@
@interface test
{
AClass foo;
AClass *foo;
}
@end