]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/html/htmprint.h
add a wxEventType argument to wxThreadEvent for coherency with other event classes...
[wxWidgets.git] / interface / wx / html / htmprint.h
index 3cf0281c07e933c2f511b4cb7057f571df0607f2..268189df7ed3716cadb0fc23d8283cd0e31d0edc 100644 (file)
@@ -59,7 +59,7 @@ public:
         <b>Render() changes the DC's user scale and does NOT restore it.</b>
     */
     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.