Commit b9c4543f by Ovidiu Predescu

Declare foo as pointer.

From-SVN: r39458
parent e2bbb660
...@@ -5,7 +5,7 @@ ...@@ -5,7 +5,7 @@
@interface test @interface test
{ {
AClass foo; AClass *foo;
} }
@end @end
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment