summaryrefslogtreecommitdiff
path: root/xfa/src/fgas/src/font/fx_gefont.cpp
diff options
context:
space:
mode:
authorTom Sepez <tsepez@chromium.org>2016-02-24 13:28:52 -0800
committerTom Sepez <tsepez@chromium.org>2016-02-24 13:28:52 -0800
commitea208f204a96339eeff696970a4a859bb93b41e5 (patch)
treeae4d9fdfa74268b94dd4ec544e0dcc0b54124344 /xfa/src/fgas/src/font/fx_gefont.cpp
parent78acf705deed600937b40697e5fbf93111a76d24 (diff)
downloadpdfium-ea208f204a96339eeff696970a4a859bb93b41e5.tar.xz
Moar _CAPS work, part 5
R=thestig@chromium.org Review URL: https://codereview.chromium.org/1735663002 .
Diffstat (limited to 'xfa/src/fgas/src/font/fx_gefont.cpp')
-rw-r--r--xfa/src/fgas/src/font/fx_gefont.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/xfa/src/fgas/src/font/fx_gefont.cpp b/xfa/src/fgas/src/font/fx_gefont.cpp
index 2e28ce31b8..2943a99915 100644
--- a/xfa/src/fgas/src/font/fx_gefont.cpp
+++ b/xfa/src/fgas/src/font/fx_gefont.cpp
@@ -484,7 +484,7 @@ int32_t CFX_GEFont::GetGlyphIndex(FX_WCHAR wUnicode,
}
return iGlyphIndex;
}
- FGAS_LPCFONTUSB pFontUSB = FGAS_GetUnicodeBitField(wUnicode);
+ const FGAS_FONTUSB* pFontUSB = FGAS_GetUnicodeBitField(wUnicode);
if (pFontUSB == NULL) {
return 0xFFFF;
}