mirror of
https://github.com/cappuccino/cappuccino.git
synced 2026-09-14 14:41:28 +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.