Skip to content

Commit

Permalink
Fix Carthage build failure.
Browse files Browse the repository at this point in the history
Changed from CBLQueryEnumerator to id.
  • Loading branch information
pasin committed Aug 7, 2017
1 parent 9d1fb9b commit 769f2b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Objective-C/Internal/CBLQueryResultsArray.mm
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

@implementation CBLQueryResultsArray
{
CBLQueryEnumerator* _enum;
id _enum;
NSUInteger _count;
}

Expand Down

0 comments on commit 769f2b9

Please sign in to comment.