From bdfc8770e68da75c20e4127a9dd10f8a7c36810d Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Mon, 3 Mar 2025 06:05:26 +0100 Subject: ADD: Format source code and define __wm_msg struct (public version) Signed-off-by: Amlal El Mahrouss --- dev/Usr/LibFont/Font.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dev/Usr/LibFont') diff --git a/dev/Usr/LibFont/Font.h b/dev/Usr/LibFont/Font.h index 710dbd3a..48f2e530 100644 --- a/dev/Usr/LibFont/Font.h +++ b/dev/Usr/LibFont/Font.h @@ -30,7 +30,7 @@ namespace LibCF BOOL m_bold{NO}; BOOL m_italic{NO}; - CFFont(const CFFont& fnt) = delete; + CFFont(const CFFont& fnt) = delete; CFFont& operator=(const CFFont& fnt) = delete; virtual BOOL render_(CFPoint pos, CFChar16 character, CFColor color) = 0; -- cgit v1.2.3