From 78a0ebab6e4c461a88ee3dc9a3aae627a7c23e12 Mon Sep 17 00:00:00 2001 From: David Richardson Date: Wed, 19 Aug 2026 20:23:33 -0600 Subject: [PATCH] Remove CPScrollView build warning 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. --- AppKit/CPTextView/CPRulerView.j | 1 + 1 file changed, 1 insertion(+) diff --git a/AppKit/CPTextView/CPRulerView.j b/AppKit/CPTextView/CPRulerView.j index aaef07851..397877a7f 100644 --- a/AppKit/CPTextView/CPRulerView.j +++ b/AppKit/CPTextView/CPRulerView.j @@ -36,6 +36,7 @@ CPRulerOrientationHorizontal = 0, CPRulerOrientationVertical = 1 @class CPRulerView; +@class CPScrollView; // MARK: - CPRulerMarker (Interactive Handles with Dynamic Alignment Icons)