added export
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13888 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
af3062a8be
commit
0887f88e2d
@ -20,7 +20,7 @@
|
||||
|
||||
class wxCaret;
|
||||
|
||||
class wxCaretTimer : public wxTimer
|
||||
class WXDLLEXPORT wxCaretTimer : public wxTimer
|
||||
{
|
||||
public:
|
||||
wxCaretTimer(wxCaret *caret);
|
||||
|
@ -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() { }
|
||||
|
Loading…
Reference in New Issue
Block a user