From 2c3d8060505f382477dde7e79618480d774f19c3 Mon Sep 17 00:00:00 2001 From: Tom Sepez Date: Mon, 27 Jul 2015 14:35:02 -0700 Subject: Merge to XFA: Kill FX_READER_DLL symbol Original Review URL: https://codereview.chromium.org/1257163002 . R=thestig@chromium.org TBR=thestig@chromium.org Review URL: https://codereview.chromium.org/1259113003 . --- fpdfsdk/include/pdfwindow/PWL_IconList.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'fpdfsdk/include/pdfwindow/PWL_IconList.h') diff --git a/fpdfsdk/include/pdfwindow/PWL_IconList.h b/fpdfsdk/include/pdfwindow/PWL_IconList.h index 2f6b323773..f7e9adda7b 100644 --- a/fpdfsdk/include/pdfwindow/PWL_IconList.h +++ b/fpdfsdk/include/pdfwindow/PWL_IconList.h @@ -94,7 +94,7 @@ private: int32_t m_nListCount; }; -class PWL_CLASS CPWL_IconList : public CPWL_Wnd +class CPWL_IconList : public CPWL_Wnd { public: CPWL_IconList(int32_t nListCount); -- cgit v1.2.3