From: Francesco Montorsi Date: Wed, 29 Oct 2008 18:58:21 +0000 (+0000) Subject: s/FALSE/false X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/18e9c453ef4791c790af3898f556186c4b1226e5 s/FALSE/false git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@56586 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- 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)