diff options
Diffstat (limited to 'FL/Fl_Printer.H')
| -rw-r--r-- | FL/Fl_Printer.H | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/FL/Fl_Printer.H b/FL/Fl_Printer.H index c96014dfb..977f75762 100644 --- a/FL/Fl_Printer.H +++ b/FL/Fl_Printer.H @@ -93,7 +93,7 @@ private: public: /** The constructor */ Fl_Printer(void); - int begin_job(int pagecount, int *frompage = NULL, int *topage = NULL); + int begin_job(int pagecount = 0, int *frompage = NULL, int *topage = NULL); int begin_page(void); int printable_rect(int *w, int *h); void margins(int *left, int *top, int *right, int *bottom); |
