wireload / Ratatosk

Ratatosk is a Cappuccino remote object proxy for RESTful JSON based APIs.
BSD 3-Clause "New" or "Revised" License
38 stars 14 forks source link

Fixed: Conflicting return types in the init method #13

Closed ahankinson closed 10 years ago

ahankinson commented 10 years ago

The Objective-J compiler was warning about a conflicting return type in the WLRemoteLink.j init method. The return type was "void", but the method was actually returning something.

This commit changes the return type to 'id'.

aljungberg commented 10 years ago

Merged. Thanks!