yackle / CLImageEditor

MIT License
2.21k stars 574 forks source link

Fix warnings about implicity retaining self in block #214

Closed colincameron closed 6 years ago

colincameron commented 6 years ago

Fixes #211

Xcode was showing a large number of warnings. Added explicit "self->" to fix these.

yackle commented 6 years ago

thanks!