Files
RestKit/Code/ObjectMapping
Roger Nolan 2bc93af7cf Change type of _sourceObject ivars to match the property which is alised to them.
With unmatched type between property and storage, lldb gets confused when printing the object.

Error is: instance method ''sourceObject' has incompatible result types in different translation units ('NSObject *' vs. 'id')

Signed-off-by: Roger Nolan <rog@hatbat.net>
2012-06-16 00:27:41 -04:00
..