Fixed wxHTML code in a Watcom Win32 DLL

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@9970 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Kendall Bennett
2001-05-02 20:55:56 +00:00
parent 33ac7e6f01
commit c3952f6524
2 changed files with 4 additions and 4 deletions

View File

@@ -25,7 +25,7 @@
struct wxHtmlCacheItem;
class wxHtmlTagsCache : public wxObject
class WXDLLEXPORT wxHtmlTagsCache : public wxObject
{
DECLARE_DYNAMIC_CLASS(wxHtmlTagsCache)