]> git.saurik.com Git - wxWidgets.git/blobdiff - src/html/htmlwin.cpp
First hack at wxBrush for wxCocoa
[wxWidgets.git] / src / html / htmlwin.cpp
index 6b6dc54236308a958e60bdbeb7b2ae331cc80408..6120a8b7bac54d8eaa509f8184e69f6e2e327ec5 100644 (file)
@@ -120,7 +120,7 @@ void wxHtmlWinAutoScrollTimer::Notify()
 //-----------------------------------------------------------------------------
 
 // item of history list
-class WXDLLEXPORT wxHtmlHistoryItem
+class WXDLLIMPEXP_HTML wxHtmlHistoryItem
 {
 public:
     wxHtmlHistoryItem(const wxString& p, const wxString& a) {m_Page = p, m_Anchor = a, m_Pos = 0;}