Index: fpdfsdk/src/formfiller/FFL_IFormFiller.cpp |
diff --git a/fpdfsdk/src/formfiller/FFL_IFormFiller.cpp b/fpdfsdk/src/formfiller/FFL_IFormFiller.cpp |
index a41fa4074de24bb50631124b753bad43ec1a088e..352097d2ff182d9de1c1a86bee6d406e8143d0c8 100644 |
--- a/fpdfsdk/src/formfiller/FFL_IFormFiller.cpp |
+++ b/fpdfsdk/src/formfiller/FFL_IFormFiller.cpp |
@@ -57,7 +57,7 @@ FX_RECT CFFL_IFormFiller::GetViewBBox(CPDFSDK_PageView* pPageView, |
void CFFL_IFormFiller::OnDraw(CPDFSDK_PageView* pPageView, |
/*HDC hDC,*/ CPDFSDK_Annot* pAnnot, |
CFX_RenderDevice* pDevice, |
- CPDF_Matrix* pUser2Device, |
+ CFX_Matrix* pUser2Device, |
/*const CRect& rcWindow,*/ FX_DWORD dwFlags) { |
ASSERT(pPageView != NULL); |
CPDFSDK_Widget* pWidget = (CPDFSDK_Widget*)pAnnot; |