mirror of
https://github.com/cappuccino/cappuccino.git
synced 2026-08-25 13:07:02 +00:00
CPRulerView.j did not import CPScrollView. A direct import would create a cycle, since CPScrollView.j already imports CPRulerView.j. Added a forward declaration instead.