From fa69033db8803b191fa43f3c5bec65998d2dc2f9 Mon Sep 17 00:00:00 2001 From: Tom Sepez Date: Mon, 27 Jul 2015 14:25:15 -0700 Subject: Kill FX_READER_DLL symbol It is never defined, and the declspec()s based on it appear inconsistently used. R=thestig@chromium.org Review URL: https://codereview.chromium.org/1257163002 . --- fpdfsdk/include/pdfwindow/PWL_EditCtrl.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'fpdfsdk/include/pdfwindow/PWL_EditCtrl.h') diff --git a/fpdfsdk/include/pdfwindow/PWL_EditCtrl.h b/fpdfsdk/include/pdfwindow/PWL_EditCtrl.h index 9b088b1162..273b3842c8 100644 --- a/fpdfsdk/include/pdfwindow/PWL_EditCtrl.h +++ b/fpdfsdk/include/pdfwindow/PWL_EditCtrl.h @@ -56,7 +56,7 @@ public: virtual void OnAddUndo(CPWL_Edit* pEdit) {} }; -class PWL_CLASS CPWL_EditCtrl : public CPWL_Wnd, public IFX_Edit_Notify +class CPWL_EditCtrl : public CPWL_Wnd, public IFX_Edit_Notify { friend class CPWL_Edit_Notify; -- cgit v1.2.3