]> git.saurik.com Git - wxWidgets.git/commitdiff
s/FALSE/false
authorFrancesco Montorsi <f18m_cpp217828@yahoo.it>
Wed, 29 Oct 2008 18:58:21 +0000 (18:58 +0000)
committerFrancesco Montorsi <f18m_cpp217828@yahoo.it>
Wed, 29 Oct 2008 18:58:21 +0000 (18:58 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@56586 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/html/htmprint.h

index ef37bb4957cfaa5cc646dc01507225a575630518..1598718cc414771fbecc40b0eabf6e6796e6e721 100644 (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)