| Index: fpdfsdk/include/pdfwindow/PWL_ComboBox.h
|
| diff --git a/fpdfsdk/include/pdfwindow/PWL_ComboBox.h b/fpdfsdk/include/pdfwindow/PWL_ComboBox.h
|
| index 3f8604fb6259d12678a2b65f6ace59105b904426..7a86ccd0c2ebd453ad79a5f4098aa3a98f73ac1c 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();
|
|
|