Skip to content
This repository has been archived by the owner on May 8, 2024. It is now read-only.

Commit

Permalink
Fix warning for OS X builds
Browse files Browse the repository at this point in the history
  • Loading branch information
neonichu committed Aug 28, 2015
1 parent f8c35ab commit 2747170
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Code/CDAUtilities.m
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ id CDAReadItemFromFileURL(NSURL* fileURL, CDAClient* client) {
return nil;
}

[item setClient:client];
[(CDAResource*)item setClient:client];
return item;
}

Expand Down

0 comments on commit 2747170

Please sign in to comment.