From 5449561fe2f099549fc20364992b04e2e0739c8e Mon Sep 17 00:00:00 2001 From: David Richardson Date: Thu, 20 Aug 2026 20:14:14 -0600 Subject: [PATCH] Clear _CPFontPanelPreviewView build warning CPFontPanel.j used _CPFontPanelPreviewView as an ivar type and instantiated it before its own @implementation, later in the same file, with no forward declaration. Added @class _CPFontPanelPreviewView, alongside the file's existing forward declarations. This removes all build warnings. --- AppKit/CPTextView/CPFontPanel.j | 1 + 1 file changed, 1 insertion(+) diff --git a/AppKit/CPTextView/CPFontPanel.j b/AppKit/CPTextView/CPFontPanel.j index d4806be22..a216a9bd3 100644 --- a/AppKit/CPTextView/CPFontPanel.j +++ b/AppKit/CPTextView/CPFontPanel.j @@ -36,6 +36,7 @@ @class CPLayoutManager @class CPTextContainer @class CPFontManager +@class _CPFontPanelPreviewView /* Collection indexes