s/FALSE/false

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@56586 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Francesco Montorsi 2008-10-29 18:58:21 +00:00
parent 5e6e278dc1
commit 18e9c453ef

View File

@ -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)