Index: xfa/fde/tto/fde_textout.cpp |
diff --git a/xfa/fde/tto/fde_textout.cpp b/xfa/fde/tto/fde_textout.cpp |
index d9ada61d770352c2d21b8a967de13fcf24dc653c..6b9f8522b58d4180a9a2a7dd9bef798137feafc2 100644 |
--- a/xfa/fde/tto/fde_textout.cpp |
+++ b/xfa/fde/tto/fde_textout.cpp |
@@ -53,7 +53,7 @@ CFDE_TextOut::~CFDE_TextOut() { |
FX_Free(m_pCharPos); |
m_ttoLines.RemoveAll(); |
} |
-void CFDE_TextOut::SetFont(IFGAS_Font* pFont) { |
+void CFDE_TextOut::SetFont(CFGAS_GEFont* pFont) { |
ASSERT(pFont); |
m_pFont = pFont; |
m_pTxtBreak->SetFont(pFont); |