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_ComboBox.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_ComboBox.h')
-rw-r--r-- | fpdfsdk/include/pdfwindow/PWL_ComboBox.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/fpdfsdk/include/pdfwindow/PWL_ComboBox.h b/fpdfsdk/include/pdfwindow/PWL_ComboBox.h index 3f8604fb62..7a86ccd0c2 100644 --- a/fpdfsdk/include/pdfwindow/PWL_ComboBox.h +++ b/fpdfsdk/include/pdfwindow/PWL_ComboBox.h @@ -18,7 +18,7 @@ public: virtual ~CPWL_CBEdit(){}; }; -class PWL_CLASS CPWL_CBListBox : public CPWL_ListBox +class CPWL_CBListBox : public CPWL_ListBox { public: CPWL_CBListBox(){}; @@ -48,7 +48,7 @@ public: }; -class PWL_CLASS CPWL_ComboBox : public CPWL_Wnd +class CPWL_ComboBox : public CPWL_Wnd { public: CPWL_ComboBox(); |