X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/6953da00886c52a9e1d9183e1f1f27e75843cfa4..2a32f1733dd39882d58627d5cb22dbdeb54eb693:/include/wx/html/helpdata.h diff --git a/include/wx/html/helpdata.h b/include/wx/html/helpdata.h index ff2feb6ab5..a59c6f76d6 100644 --- a/include/wx/html/helpdata.h +++ b/include/wx/html/helpdata.h @@ -84,7 +84,7 @@ struct WXDLLIMPEXP_HTML wxHtmlHelpDataItem { wxHtmlHelpDataItem() : level(0), parent(NULL), id(wxID_ANY), book(NULL) {} - short int level; + int level; wxHtmlHelpDataItem *parent; int id; wxString name; @@ -110,7 +110,7 @@ struct wxHtmlContentsItem wxHtmlContentsItem& operator=(const wxHtmlContentsItem& d); ~wxHtmlContentsItem(); - short int m_Level; + int m_Level; int m_ID; wxChar *m_Name; wxChar *m_Page;