diff options
Diffstat (limited to 'dev/Usr/LibFont')
| -rw-r--r-- | dev/Usr/LibFont/Font.h | 2 |
1 files changed, 1 insertions, 1 deletions
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; |
