From: Stefan Csomor Date: Mon, 28 Jan 2002 21:29:40 +0000 (+0000) Subject: added export X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/0887f88e2d6bb19deeee292ca8cf47ccc64542d6?ds=inline added export git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13888 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/include/wx/generic/caret.h b/include/wx/generic/caret.h index 173e80a37b..73dcaa4639 100644 --- a/include/wx/generic/caret.h +++ b/include/wx/generic/caret.h @@ -20,7 +20,7 @@ class wxCaret; -class wxCaretTimer : public wxTimer +class WXDLLEXPORT wxCaretTimer : public wxTimer { public: wxCaretTimer(wxCaret *caret); diff --git a/include/wx/generic/imaglist.h b/include/wx/generic/imaglist.h index 390a498328..1422f7220a 100644 --- a/include/wx/generic/imaglist.h +++ b/include/wx/generic/imaglist.h @@ -47,7 +47,7 @@ enum { wxIMAGE_LIST_STATE // State icons: unimplemented (see WIN32 documentation) }; -class wxImageList: public wxObject +class WXDLLEXPORT wxImageList: public wxObject { public: wxImageList() { }