summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Sepez <tsepez@chromium.org>2016-02-24 13:39:19 -0800
committerTom Sepez <tsepez@chromium.org>2016-02-24 13:39:19 -0800
commit96b9bc39c409bdcb40fac2cdd9c31bc1330dc22a (patch)
tree23703e746c669c5a7b45ea2c0c27c923f88abb36
parentea208f204a96339eeff696970a4a859bb93b41e5 (diff)
downloadpdfium-96b9bc39c409bdcb40fac2cdd9c31bc1330dc22a.tar.xz
Fix windows build broken at ea208f2.
Missed one remaining use of FGAS_LPCFONTUSB. TBR=thestig@chromium.org Review URL: https://codereview.chromium.org/1735623003 .
-rw-r--r--xfa/src/fgas/src/font/fx_stdfontmgr.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/xfa/src/fgas/src/font/fx_stdfontmgr.cpp b/xfa/src/fgas/src/font/fx_stdfontmgr.cpp
index bb4a7cfd15..d881e8da87 100644
--- a/xfa/src/fgas/src/font/fx_stdfontmgr.cpp
+++ b/xfa/src/fgas/src/font/fx_stdfontmgr.cpp
@@ -93,7 +93,7 @@ IFX_Font* CFX_StdFontMgrImp::GetDefFontByUnicode(
FX_WCHAR wUnicode,
FX_DWORD dwFontStyles,
const FX_WCHAR* pszFontFamily) {
- FGAS_LPCFONTUSB pRet = FGAS_GetUnicodeBitField(wUnicode);
+ const FGAS_FONTUSB* pRet = FGAS_GetUnicodeBitField(wUnicode);
if (pRet->wBitField == 999) {
return NULL;
}