Index: xfa/fwl/basewidget/fwl_editimp.cpp |
diff --git a/xfa/fwl/basewidget/fwl_editimp.cpp b/xfa/fwl/basewidget/fwl_editimp.cpp |
index 104054f4e1fc06f948194f9b2df2342341b144a5..f8db1c3ba606533439f91f446aa2a07c677a00fc 100644 |
--- a/xfa/fwl/basewidget/fwl_editimp.cpp |
+++ b/xfa/fwl/basewidget/fwl_editimp.cpp |
@@ -1640,7 +1640,7 @@ FX_BOOL FWL_ShowCaret(IFWL_Widget* pWidget, |
if (!pXFAWidget) |
return FALSE; |
- IXFA_DocProvider* pDocProvider = pXFAWidget->GetDoc()->GetDocProvider(); |
+ IXFA_DocEnvironment* pDocProvider = pXFAWidget->GetDoc()->GetDocProvider(); |
Tom Sepez
2016/09/08 17:12:37
Nit: GetDocProvider method name should change, too
dsinclair
2016/09/08 18:07:49
Done.
|
if (!pDocProvider) |
return FALSE; |