Index: fpdfsdk/include/formfiller/FFL_PushButton.h |
diff --git a/fpdfsdk/include/formfiller/FFL_PushButton.h b/fpdfsdk/include/formfiller/FFL_PushButton.h |
index 1bab968c88d5502bcb5ed18a7eac603a7d0fe007..13d60855b9efba9ca1d54d623a92d68f7c735699 100644 |
--- a/fpdfsdk/include/formfiller/FFL_PushButton.h |
+++ b/fpdfsdk/include/formfiller/FFL_PushButton.h |
@@ -21,7 +21,7 @@ class CFFL_PushButton : public CFFL_Button { |
void OnDraw(CPDFSDK_PageView* pPageView, |
CPDFSDK_Annot* pAnnot, |
CFX_RenderDevice* pDevice, |
- CPDF_Matrix* pUser2Device, |
+ CFX_Matrix* pUser2Device, |
FX_DWORD dwFlags) override; |
}; |