From e11677bfaf1f7d36aae359ed394b611c2d933140 Mon Sep 17 00:00:00 2001 From: Manolo Gouy Date: Tue, 4 Jan 2011 21:42:02 +0000 Subject: Better position of the Fl_Printer class in the Fl_Device class hierarchy. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@8188 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- src/Fl_PostScript.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Fl_PostScript.cxx') diff --git a/src/Fl_PostScript.cxx b/src/Fl_PostScript.cxx index 01fb5c07f..5e98e899e 100644 --- a/src/Fl_PostScript.cxx +++ b/src/Fl_PostScript.cxx @@ -1471,7 +1471,7 @@ void Fl_PostScript_File_Device::end_job (void) } #if ! (defined(__APPLE__) || defined(WIN32) ) -int Fl_Printer::start_job(int pages, int *firstpage, int *lastpage) { +int Fl_PostScript_Printer::start_job(int pages, int *firstpage, int *lastpage) { enum Fl_Paged_Device::Page_Format format; enum Fl_Paged_Device::Page_Layout layout; -- cgit v1.2.3