HTML_xxxx constants changed to wxHTML_xxxx (with backward compatibility through WXWIN_COMPATIBILITY_2)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@4036 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -140,7 +140,7 @@ class wxHtmlPrintout : public wxPrintout
|
||||
bool OnPrintPage(int page);
|
||||
bool HasPage(int page);
|
||||
void GetPageInfo(int *minPage, int *maxPage, int *selPageFrom, int *selPageTo);
|
||||
bool OnBeginDocument(int start, int end);
|
||||
void OnBeginPrinting();
|
||||
|
||||
private:
|
||||
|
||||
@@ -154,7 +154,7 @@ class wxHtmlPrintout : public wxPrintout
|
||||
|
||||
private:
|
||||
int m_NumPages;
|
||||
int m_PageBreaks[HTML_PRINT_MAX_PAGES];
|
||||
int m_PageBreaks[wxHTML_PRINT_MAX_PAGES];
|
||||
|
||||
wxString m_Document, m_BasePath;
|
||||
bool m_BasePathIsDir;
|
||||
|
Reference in New Issue
Block a user