From 0356bd257c9fe072be9dff143e6907e8056b320a Mon Sep 17 00:00:00 2001 From: Manolo Gouy Date: Sat, 13 Sep 2014 17:51:20 +0000 Subject: Fixed compilation warning messages that Fl_PostScript_File_Device::start_job() hides an overloaded virtual function. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@10308 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- src/Fl_PostScript.cxx | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src') diff --git a/src/Fl_PostScript.cxx b/src/Fl_PostScript.cxx index 9e20b4fac..6becbd990 100644 --- a/src/Fl_PostScript.cxx +++ b/src/Fl_PostScript.cxx @@ -133,6 +133,12 @@ int Fl_PostScript_File_Device::start_job (FILE *ps_output, int pagecount, return 0; } +/** Don't use with this class. */ +int Fl_PostScript_File_Device::start_job(int pagecount, int* from, int* to) +{ + return 1; +} + /** @brief The destructor. */ -- cgit v1.2.3