X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/f21dd16b4657ee3379db8483706afdc2cafd7e6f..d8efd2198ff050ca5a5726bcad0f42692fe872df:/interface/wx/html/htmprint.h diff --git a/interface/wx/html/htmprint.h b/interface/wx/html/htmprint.h index 3cf0281c07..268189df7e 100644 --- a/interface/wx/html/htmprint.h +++ b/interface/wx/html/htmprint.h @@ -59,7 +59,7 @@ public: Render() changes the DC's user scale and does NOT restore it. */ int Render(int x, int y, wxArrayInt& known_pagebreaks, int from = 0, - int dont_render = 0, int to = INT_MAX); + int dont_render = false, int to = INT_MAX); /** Assign DC instance to the renderer.