X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/88343ddae94c7925a2ae884b76f6ac3246c23c48..14619f10b0bdb630206607abd0ce0319d45e095a:/include/wx/html/htmlcell.h diff --git a/include/wx/html/htmlcell.h b/include/wx/html/htmlcell.h index c0d03c8a26..c42299eb26 100644 --- a/include/wx/html/htmlcell.h +++ b/include/wx/html/htmlcell.h @@ -345,9 +345,9 @@ protected: wxHtmlContainerCell *m_Parent; // dimensions of fragment (m_Descent is used to position text & images) - long m_Width, m_Height, m_Descent; + int m_Width, m_Height, m_Descent; // position where the fragment is drawn: - long m_PosX, m_PosY; + int m_PosX, m_PosY; // superscript/subscript/normal: wxHtmlScriptMode m_ScriptMode;