skjolber / xswi

The simple, standalone XML Stream Writer for iOS
30 stars 5 forks source link

I think u have missed * while declaring the object #4

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
XMLWriter xmlWriter = [[XMLWriter alloc]init];
should be
XMLWriter *xmlWriter = [[XMLWriter alloc]init];

Please change it in the Usage section of your project description, or correct 
me if me I am wrong.

Original issue reported on code.google.com by nakkeera...@gmail.com on 3 Jun 2011 at 6:33

Attachments:

GoogleCodeExporter commented 9 years ago
Good one, thanks! :)

Original comment by skjol...@gmail.com on 6 Jun 2011 at 8:13