| Index: fpdfsdk/pdfwindow/PWL_Wnd.h
|
| diff --git a/fpdfsdk/pdfwindow/PWL_Wnd.h b/fpdfsdk/pdfwindow/PWL_Wnd.h
|
| index bba14f26bf87fbd8dd438b5643e332469ca72bc7..ce3d58cddc317fb003c19eed6fe20344d617ee46 100644
|
| --- a/fpdfsdk/pdfwindow/PWL_Wnd.h
|
| +++ b/fpdfsdk/pdfwindow/PWL_Wnd.h
|
| @@ -413,16 +413,13 @@ class CPWL_Wnd : public CPWL_TimerHandler {
|
| CPWL_MsgControl* GetMsgControl() const;
|
|
|
| protected:
|
| - CFX_ArrayTemplate<CPWL_Wnd*> m_aChildren;
|
| + std::vector<CPWL_Wnd*> m_Children;
|
|
|
| private:
|
| PWL_CREATEPARAM m_sPrivateParam;
|
| -
|
| CPWL_ScrollBar* m_pVScrollBar;
|
| -
|
| CFX_FloatRect m_rcWindow;
|
| CFX_FloatRect m_rcClip;
|
| -
|
| bool m_bCreated;
|
| bool m_bVisible;
|
| bool m_bNotifying;
|
|
|