summaryrefslogtreecommitdiff
path: root/fpdfsdk/include/pdfwindow/PWL_Icon.h
diff options
context:
space:
mode:
authorTom Sepez <tsepez@chromium.org>2015-07-27 14:25:15 -0700
committerTom Sepez <tsepez@chromium.org>2015-07-27 14:25:15 -0700
commitfa69033db8803b191fa43f3c5bec65998d2dc2f9 (patch)
tree881d2a81a50746901d1c185aa92d5035acc0c3e7 /fpdfsdk/include/pdfwindow/PWL_Icon.h
parent5c4f26fe8d6f30403de48271e3bd685490b345d2 (diff)
downloadpdfium-fa69033db8803b191fa43f3c5bec65998d2dc2f9.tar.xz
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 .
Diffstat (limited to 'fpdfsdk/include/pdfwindow/PWL_Icon.h')
-rw-r--r--fpdfsdk/include/pdfwindow/PWL_Icon.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/fpdfsdk/include/pdfwindow/PWL_Icon.h b/fpdfsdk/include/pdfwindow/PWL_Icon.h
index 44a5c0cbaf..cff4e8ca69 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();