added export

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13888 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Stefan Csomor 2002-01-28 21:29:40 +00:00
parent af3062a8be
commit 0887f88e2d
2 changed files with 2 additions and 2 deletions

View File

@ -20,7 +20,7 @@
class wxCaret;
class wxCaretTimer : public wxTimer
class WXDLLEXPORT wxCaretTimer : public wxTimer
{
public:
wxCaretTimer(wxCaret *caret);

View File

@ -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() { }