diff options
author | Tom Sepez <tsepez@chromium.org> | 2015-07-27 14:25:15 -0700 |
---|---|---|
committer | Tom Sepez <tsepez@chromium.org> | 2015-07-27 14:25:15 -0700 |
commit | fa69033db8803b191fa43f3c5bec65998d2dc2f9 (patch) | |
tree | 881d2a81a50746901d1c185aa92d5035acc0c3e7 /fpdfsdk/include/pdfwindow/PWL_Note.h | |
parent | 5c4f26fe8d6f30403de48271e3bd685490b345d2 (diff) | |
download | pdfium-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_Note.h')
-rw-r--r-- | fpdfsdk/include/pdfwindow/PWL_Note.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/fpdfsdk/include/pdfwindow/PWL_Note.h b/fpdfsdk/include/pdfwindow/PWL_Note.h index a60eba30dd..29b7857e20 100644 --- a/fpdfsdk/include/pdfwindow/PWL_Note.h +++ b/fpdfsdk/include/pdfwindow/PWL_Note.h @@ -82,7 +82,7 @@ public: virtual CPWL_Edit* GetEdit() const = 0; }; -class PWL_CLASS CPWL_Note_Icon : public CPWL_Wnd +class CPWL_Note_Icon : public CPWL_Wnd { public: CPWL_Note_Icon(); @@ -213,7 +213,7 @@ private: CPWL_Note_Edit* m_pEdit; }; -class PWL_CLASS CPWL_NoteItem : public CPWL_Wnd, public IPWL_NoteItem +class CPWL_NoteItem : public CPWL_Wnd, public IPWL_NoteItem { public: CPWL_NoteItem(); @@ -293,7 +293,7 @@ private: FX_BOOL m_bAllowModify; }; -class PWL_CLASS CPWL_Note : public CPWL_NoteItem +class CPWL_Note : public CPWL_NoteItem { public: CPWL_Note(IPopup_Note* pPopupNote, IPWL_NoteNotify* pNoteNotify, IPWL_NoteHandler* pNoteHandler); |