| Index: fpdfsdk/include/pdfwindow/PWL_Icon.h
|
| diff --git a/fpdfsdk/include/pdfwindow/PWL_Icon.h b/fpdfsdk/include/pdfwindow/PWL_Icon.h
|
| index 44a5c0cbaf1807edfda05b8829f622ce9320333c..cff4e8ca69d22b7e1791f90fbf1eafca7148af14 100644
|
| --- a/fpdfsdk/include/pdfwindow/PWL_Icon.h
|
| +++ b/fpdfsdk/include/pdfwindow/PWL_Icon.h
|
| @@ -10,7 +10,7 @@
|
| #include "../../../core/include/fxcrt/fx_string.h"
|
| #include "PWL_Wnd.h"
|
|
|
| -class PWL_CLASS CPWL_Image : public CPWL_Wnd
|
| +class CPWL_Image : public CPWL_Wnd
|
| {
|
| public:
|
| CPWL_Image();
|
| @@ -34,7 +34,7 @@ protected:
|
| CFX_ByteString m_sImageAlias;
|
| };
|
|
|
| -class PWL_CLASS CPWL_Icon : public CPWL_Image
|
| +class CPWL_Icon : public CPWL_Image
|
| {
|
| public:
|
| CPWL_Icon();
|
|
|