| Index: fpdfsdk/include/pdfwindow/PWL_IconList.h
|
| diff --git a/fpdfsdk/include/pdfwindow/PWL_IconList.h b/fpdfsdk/include/pdfwindow/PWL_IconList.h
|
| index 2f6b323773780becff7c95e23f5237eb9afee672..c45c95b31c1d9729f95ec55ca6f0c4246d37d161 100644
|
| --- a/fpdfsdk/include/pdfwindow/PWL_IconList.h
|
| +++ b/fpdfsdk/include/pdfwindow/PWL_IconList.h
|
| @@ -87,7 +87,7 @@ private:
|
| void SelectItem(int32_t nItemIndex, FX_BOOL bSelect);
|
| int32_t FindItemIndex(const CPDF_Point& point);
|
|
|
| - FX_BOOL m_nSelectIndex;
|
| + int32_t m_nSelectIndex;
|
| IPWL_IconList_Notify* m_pNotify;
|
| FX_BOOL m_bEnableNotify;
|
| FX_BOOL m_bMouseDown;
|
|
|