X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/2a225ba6418bfe7d5f6be6ce25aa9e9bd7b6d5c2..d8812c6e0e780fb2dae99bc352c5061f58793e14:/include/wx/html/htmprint.h diff --git a/include/wx/html/htmprint.h b/include/wx/html/htmprint.h index ef37bb4957..1598718cc4 100644 --- a/include/wx/html/htmprint.h +++ b/include/wx/html/htmprint.h @@ -78,7 +78,7 @@ public: // // CAUTION! Render() changes DC's user scale and does NOT restore it! int Render(int x, int y, wxArrayInt& known_pagebreaks, int from = 0, - int dont_render = FALSE, int to = INT_MAX); + int dont_render = false, int to = INT_MAX); // returns total height of the html document // (compare Render's return value with this)