fixed compilation of multilib dll

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@21639 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Václav Slavík
2003-07-04 18:18:11 +00:00
parent 40a8832891
commit 4460b6c48b
5 changed files with 7 additions and 5 deletions

View File

@@ -66,7 +66,7 @@ FORCE_LINK_ME(m_layout)
// array wxHtmlPrintout::m_PageBreaks of pagebreaks already set, and
// set a new one only if it's not in that array.
class WXDLLEXPORT wxHtmlPageBreakCell : public wxHtmlCell
class wxHtmlPageBreakCell : public wxHtmlCell
{
public:
wxHtmlPageBreakCell() {}