summaryrefslogtreecommitdiff
path: root/FL/Fl_PostScript.H
diff options
context:
space:
mode:
Diffstat (limited to 'FL/Fl_PostScript.H')
-rw-r--r--FL/Fl_PostScript.H2
1 files changed, 1 insertions, 1 deletions
diff --git a/FL/Fl_PostScript.H b/FL/Fl_PostScript.H
index 470943268..6d26490dc 100644
--- a/FL/Fl_PostScript.H
+++ b/FL/Fl_PostScript.H
@@ -258,7 +258,7 @@ public:
*/
~Fl_PostScript_File_Device();
/** Don't use with this class. */
- int begin_job(int pagecount, int* from, int* to);
+ int begin_job(int pagecount, int* from, int* to, char **perr_message);
/**
@brief Begins the session where all graphics requests will go to a local PostScript file.
*