Index: xfa/fxfa/app/xfa_ffwidget.cpp |
diff --git a/xfa/fxfa/app/xfa_ffwidget.cpp b/xfa/fxfa/app/xfa_ffwidget.cpp |
index afc2a05f6ecbe6e224ae780dc296c624785539c7..e6c0c595b273b4237fde550ed6d2842b81cab595 100644 |
--- a/xfa/fxfa/app/xfa_ffwidget.cpp |
+++ b/xfa/fxfa/app/xfa_ffwidget.cpp |
@@ -46,7 +46,7 @@ void CXFA_FFWidget::SetPageView(CXFA_FFPageView* pPageView) { |
m_pPageView = pPageView; |
} |
-const IFWL_App* CXFA_FFWidget::GetFWLApp() { |
+const CFWL_App* CXFA_FFWidget::GetFWLApp() { |
return GetPageView()->GetDocView()->GetDoc()->GetApp()->GetFWLApp(); |
} |