mirror of
https://github.com/cappuccino/cappuccino.git
synced 2026-08-25 13:07:02 +00:00
CPRulerView.j declared CPRulerOrientation's constants directly, with only a comment claiming it was a typedef. No @typedef directive existed, so the type was unknown wherever used as an ivar or parameter type. Added the missing @typedef CPRulerOrientation, matching the pattern already used for CPTextAlignment in CPText.j.