We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b5db27a commit ab5dcc2Copy full SHA for ab5dcc2
Parse/PFObject.m
@@ -268,7 +268,7 @@ + (void)collectDirtyChildren:(id)node
268
// Recurse into this object's children looking for dirty children.
269
// We only need to look at the child object's current estimated data,
270
// because that's the only data that might need to be saved now.
271
- toSearch = [object->_estimatedData.dictionaryRepresentation copy];
+ toSearch = [object._estimatedData.dictionaryRepresentation copy];
272
}
273
274
[self collectDirtyChildren:toSearch
0 commit comments