Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 21d656d

Browse filesBrowse files
committed
Fixes AIX internal CI build break.
Closes #29020.
1 parent 3770dfe commit 21d656d
Copy full SHA for 21d656d

File tree

1 file changed

+2
-2
lines changed
Filter options

1 file changed

+2
-2
lines changed

‎src/ft2font_wrapper.cpp

Copy file name to clipboardExpand all lines: src/ft2font_wrapper.cpp
+2-2Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -156,10 +156,10 @@ enum class LoadFlags : FT_Int32 {
156156
DECLARE_FLAG(COMPUTE_METRICS),
157157
#endif
158158
#ifdef FT_LOAD_BITMAP_METRICS_ONLY // backcompat: ft 2.7.1.
159-
DECLARE_FLAG(LOAD_BITMAP_METRICS_ONLY),
159+
DECLARE_FLAG(BITMAP_METRICS_ONLY),
160160
#endif
161161
#ifdef FT_LOAD_NO_SVG // backcompat: ft 2.13.1.
162-
DECLARE_FLAG(LOAD_NO_SVG),
162+
DECLARE_FLAG(NO_SVG),
163163
#endif
164164
DECLARE_FLAG(TARGET_NORMAL),
165165
DECLARE_FLAG(TARGET_LIGHT),

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.