Index: fpdfsdk/include/pdfwindow/PWL_ListCtrl.h |
diff --git a/fpdfsdk/include/pdfwindow/PWL_ListCtrl.h b/fpdfsdk/include/pdfwindow/PWL_ListCtrl.h |
index c107a0cf5e47d0617afb46e0ca4a4d188da261e7..3beee19230a8750a7a55fb5ab7b555f6cf7917cf 100644 |
--- a/fpdfsdk/include/pdfwindow/PWL_ListCtrl.h |
+++ b/fpdfsdk/include/pdfwindow/PWL_ListCtrl.h |
@@ -35,7 +35,7 @@ protected: |
virtual void DrawChildAppearance(CFX_RenderDevice* pDevice, CPDF_Matrix* pUser2Device); |
private: |
- void ResetAll(FX_BOOL bMove,int32_t nStart); |
+ void ResetAll(bool bMove,int32_t nStart); |
CPDF_Rect m_rcContent; |
CPDF_Point m_ptScroll; |