Index: xfa/fxfa/app/xfa_ffwidgetacc.cpp |
diff --git a/xfa/fxfa/app/xfa_ffwidgetacc.cpp b/xfa/fxfa/app/xfa_ffwidgetacc.cpp |
index c44084894189b07c9bef4ae9eb63ead9b0f18632..1a579e222e6db4915b153ecf388bb628707238e7 100644 |
--- a/xfa/fxfa/app/xfa_ffwidgetacc.cpp |
+++ b/xfa/fxfa/app/xfa_ffwidgetacc.cpp |
@@ -1517,7 +1517,7 @@ CXFA_WidgetLayoutData* CXFA_WidgetAcc::GetWidgetLayoutData() { |
return m_pLayoutData.get(); |
} |
-IFGAS_Font* CXFA_WidgetAcc::GetFDEFont() { |
+CFGAS_GEFont* CXFA_WidgetAcc::GetFDEFont() { |
CFX_WideStringC wsFontName = FX_WSTRC(L"Courier"); |
uint32_t dwFontStyle = 0; |
if (CXFA_Font font = GetFont()) { |