diff options
| author | Manolo Gouy <Manolo> | 2011-01-04 21:42:02 +0000 |
|---|---|---|
| committer | Manolo Gouy <Manolo> | 2011-01-04 21:42:02 +0000 |
| commit | e11677bfaf1f7d36aae359ed394b611c2d933140 (patch) | |
| tree | 6d37a0536e825634f0b75f9f4f3ee6586e771d22 /src/Fl_PostScript.cxx | |
| parent | 7b302635e7cc4cd35a7eeb49ebf14b0e750d6320 (diff) | |
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
Diffstat (limited to 'src/Fl_PostScript.cxx')
| -rw-r--r-- | src/Fl_PostScript.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
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; |
