Fixed Windows DLL link problems with wxHtmlProcessor

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@9988 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Kendall Bennett 2001-05-03 20:34:23 +00:00
parent 26ffe1fdba
commit bfb9ee966d
2 changed files with 17 additions and 18 deletions

View File

@ -27,8 +27,7 @@
#include "wx/filesys.h" #include "wx/filesys.h"
#include "wx/html/htmlfilt.h" #include "wx/html/htmlfilt.h"
class WXDLLEXPORT wxHtmlProcessor; class wxHtmlProcessor;
class wxHtmlWinModule; class wxHtmlWinModule;
class wxHtmlHistoryArray; class wxHtmlHistoryArray;
class wxHtmlProcessorList; class wxHtmlProcessorList;

View File

@ -696,7 +696,7 @@ void wxHtmlWindow::OnIdle(wxIdleEvent& WXUNUSED(event))
} }
IMPLEMENT_ABSTRACT_CLASS(wxHtmlProcessor,wxObject)
IMPLEMENT_DYNAMIC_CLASS(wxHtmlWindow,wxScrolledWindow) IMPLEMENT_DYNAMIC_CLASS(wxHtmlWindow,wxScrolledWindow)