diff options
Diffstat (limited to 'fpdfsdk/pwl/cpwl_combo_box.h')
-rw-r--r-- | fpdfsdk/pwl/cpwl_combo_box.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fpdfsdk/pwl/cpwl_combo_box.h b/fpdfsdk/pwl/cpwl_combo_box.h index 81e4256e18..7059faccbc 100644 --- a/fpdfsdk/pwl/cpwl_combo_box.h +++ b/fpdfsdk/pwl/cpwl_combo_box.h @@ -37,7 +37,7 @@ class CPWL_CBButton : public CPWL_Wnd { // CPWL_Wnd void DrawThisAppearance(CFX_RenderDevice* pDevice, - CFX_Matrix* pUser2Device) override; + const CFX_Matrix& mtUser2Device) override; bool OnLButtonDown(const CFX_PointF& point, uint32_t nFlag) override; bool OnLButtonUp(const CFX_PointF& point, uint32_t nFlag) override; }; |