diff options
author | Tom Sepez <tsepez@chromium.org> | 2015-07-27 14:35:02 -0700 |
---|---|---|
committer | Tom Sepez <tsepez@chromium.org> | 2015-07-27 14:35:02 -0700 |
commit | 2c3d8060505f382477dde7e79618480d774f19c3 (patch) | |
tree | 6c5f7768f081a084bcac4d0c2048058d3200396c /fpdfsdk/include/pdfwindow/PWL_SpecialButton.h | |
parent | f4eb113f8be5bdcce43a9afd8b66ccb6863160e0 (diff) | |
download | pdfium-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_SpecialButton.h')
-rw-r--r-- | fpdfsdk/include/pdfwindow/PWL_SpecialButton.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/fpdfsdk/include/pdfwindow/PWL_SpecialButton.h b/fpdfsdk/include/pdfwindow/PWL_SpecialButton.h index f6659dfb00..31787d79ed 100644 --- a/fpdfsdk/include/pdfwindow/PWL_SpecialButton.h +++ b/fpdfsdk/include/pdfwindow/PWL_SpecialButton.h @@ -9,7 +9,7 @@ #include "PWL_Button.h" -class PWL_CLASS CPWL_PushButton : public CPWL_Button +class CPWL_PushButton : public CPWL_Button { public: CPWL_PushButton(); @@ -19,7 +19,7 @@ public: virtual CPDF_Rect GetFocusRect() const; }; -class PWL_CLASS CPWL_CheckBox : public CPWL_Button +class CPWL_CheckBox : public CPWL_Button { public: CPWL_CheckBox(); @@ -36,7 +36,7 @@ private: FX_BOOL m_bChecked; }; -class PWL_CLASS CPWL_RadioButton : public CPWL_Button +class CPWL_RadioButton : public CPWL_Button { public: CPWL_RadioButton(); |