Skip to content

Commit

Permalink
Merge pull request #9 from mschoch/resolve-warning
Browse files Browse the repository at this point in the history
resolving warning
  • Loading branch information
schwa committed Aug 10, 2011
2 parents a3da83a + e28fe71 commit 49512e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/CCouchDBSession.m
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ - (CJSONSerializer *)serializer
{
if (serializer == NULL)
{
CFilteringJSONSerializer *theSerializer = [CFilteringJSONSerializer serializer];
CFilteringJSONSerializer *theSerializer = (CFilteringJSONSerializer *)[CFilteringJSONSerializer serializer];
theSerializer.convertersByName = [NSDictionary dictionaryWithObjectsAndKeys:
[[^(NSDate *inDate) { return((id)[inDate ISO8601String]); } copy] autorelease], @"date",
[[^(CJSONSerializedData *inObject) { return((id)inObject.data); } copy] autorelease], @"JSONSerializedData",
Expand Down

0 comments on commit 49512e2

Please sign in to comment.