X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/9a9b4940a1f8eef8eb3e7ff65ed45f1daf14c2d9..7c4728f63395c3641aa62f2b549ee693eb8be978:/include/wx/htmllbox.h diff --git a/include/wx/htmllbox.h b/include/wx/htmllbox.h index 97f2ae413e..5098935c17 100644 --- a/include/wx/htmllbox.h +++ b/include/wx/htmllbox.h @@ -14,16 +14,16 @@ #include "wx/vlbox.h" // base class -class WXDLLEXPORT wxHtmlCell; -class WXDLLEXPORT wxHtmlWinParser; -class WXDLLEXPORT wxHtmlListBoxCache; -class WXDLLEXPORT wxHtmlListBoxStyle; +class WXDLLIMPEXP_HTML wxHtmlCell; +class WXDLLIMPEXP_HTML wxHtmlWinParser; +class WXDLLIMPEXP_HTML wxHtmlListBoxCache; +class WXDLLIMPEXP_HTML wxHtmlListBoxStyle; // ---------------------------------------------------------------------------- // wxHtmlListBox // ---------------------------------------------------------------------------- -class WXDLLEXPORT wxHtmlListBox : public wxVListBox +class WXDLLIMPEXP_HTML wxHtmlListBox : public wxVListBox { public: // constructors and such @@ -61,9 +61,9 @@ public: // destructor cleans up whatever resources we use virtual ~wxHtmlListBox(); - // refresh everything + // override some base class virtuals virtual void RefreshAll(); - + virtual void SetItemCount(size_t count); protected: // this method must be implemented in the derived class and should return