summaryrefslogtreecommitdiff
path: root/fpdfsdk/include/pdfwindow/PWL_EditCtrl.h
diff options
context:
space:
mode:
authorTom Sepez <tsepez@chromium.org>2015-07-27 14:35:02 -0700
committerTom Sepez <tsepez@chromium.org>2015-07-27 14:35:02 -0700
commit2c3d8060505f382477dde7e79618480d774f19c3 (patch)
tree6c5f7768f081a084bcac4d0c2048058d3200396c /fpdfsdk/include/pdfwindow/PWL_EditCtrl.h
parentf4eb113f8be5bdcce43a9afd8b66ccb6863160e0 (diff)
downloadpdfium-2c3d8060505f382477dde7e79618480d774f19c3.tar.xz
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 .
Diffstat (limited to 'fpdfsdk/include/pdfwindow/PWL_EditCtrl.h')
-rw-r--r--fpdfsdk/include/pdfwindow/PWL_EditCtrl.h2
1 files changed, 1 insertions, 1 deletions
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;