mirror of
https://github.com/cappuccino/cappuccino.git
synced 2026-08-25 13:07:02 +00:00
isBlinking had return type void, but returned a BOOL, and the method name implies that it returns a BOOL. Some parameters were marked as integer, so were changed to int to coincide with most other names for integers. setString had parameter type id, despite implying that parameter was a string, and the super class parameter being a string.