Open GoogleCodeExporter opened 9 years ago
Changed
@interface types_StatusTracking : types_StatusTrackingOptions {
...
}
to
@interface StatusTracking : NSObject {
types_StatusTrackingOptions options;
...
}
@property (assign) types_StatusTrackingOptions options;
in three places in types.h - and everything compiles, but there is 101 warnings.
Who knows, if it's works, but it compiles for sure.
Original comment by use...@gmail.com
on 7 Jun 2010 at 2:51
Original issue reported on code.google.com by
use...@gmail.com
on 7 Jun 2010 at 12:28Attachments: