Added some WXDLLEXPORTs

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@5131 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn
1999-12-28 21:10:49 +00:00
parent cff4a45c15
commit ffef2bdec9

View File

@@ -25,9 +25,9 @@
#include "wx/window.h" #include "wx/window.h"
class wxHtmlLinkInfo; class WXDLLEXPORT wxHtmlLinkInfo;
class wxHtmlCell; class WXDLLEXPORT wxHtmlCell;
class wxHtmlContainerCell; class WXDLLEXPORT wxHtmlContainerCell;
//-------------------------------------------------------------------------------- //--------------------------------------------------------------------------------
// wxHtmlCell // wxHtmlCell
@@ -308,7 +308,7 @@ class WXDLLEXPORT wxHtmlWidgetCell : public wxHtmlCell
// Internal data structure. It represents hypertext link // Internal data structure. It represents hypertext link
//-------------------------------------------------------------------------------- //--------------------------------------------------------------------------------
class wxHtmlLinkInfo : public wxObject class WXDLLEXPORT wxHtmlLinkInfo : public wxObject
{ {
public: public:
wxHtmlLinkInfo() : wxObject() wxHtmlLinkInfo() : wxObject()