X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/0d7acfb995b00c7a78e4d6f1a62c813427d2fae9..e549f179d179ca7e08a93cf3c1f9e61e892f035a:/include/wx/html/winpars.h?ds=sidebyside diff --git a/include/wx/html/winpars.h b/include/wx/html/winpars.h index f634481287..a778dfa85f 100644 --- a/include/wx/html/winpars.h +++ b/include/wx/html/winpars.h @@ -2,7 +2,6 @@ // Name: wx/html/winpars.h // Purpose: wxHtmlWinParser class (parser to be used with wxHtmlWindow) // Author: Vaclav Slavik -// RCS-ID: $Id$ // Copyright: (c) 1999 Vaclav Slavik // Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// @@ -204,7 +203,7 @@ private: // actual hypertext link or empty string bool m_UseLink; // true if m_Link is not empty - long m_CharHeight, m_CharWidth; + int m_CharHeight, m_CharWidth; // average height of normal-sized text int m_Align; // actual alignment @@ -259,7 +258,7 @@ private: // the wxHtmlWinParser object //----------------------------------------------------------------------------- -class WXDLLIMPEXP_HTML wxHtmlStyleParams; +class WXDLLIMPEXP_FWD_HTML wxHtmlStyleParams; class WXDLLIMPEXP_HTML wxHtmlWinTagHandler : public wxHtmlTagHandler {