| Index: fpdfsdk/include/pdfwindow/PWL_EditCtrl.h
|
| diff --git a/fpdfsdk/include/pdfwindow/PWL_EditCtrl.h b/fpdfsdk/include/pdfwindow/PWL_EditCtrl.h
|
| index 9b088b11627cc234ef811c5fbc050d10e9c55709..273b3842c867eed2f4e8440e325bee5ccef355d9 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;
|
|
|
|
|