X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/2a225ba6418bfe7d5f6be6ce25aa9e9bd7b6d5c2..6689960c3cea91383a8ce78de01cb30d1ddc54ef:/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)