From 535f0c2d3b17b20723bd5520d91531eda62e5ffe Mon Sep 17 00:00:00 2001 From: Manolo Gouy Date: Mon, 31 Jan 2011 15:53:23 +0000 Subject: Introduction of the Fl_Printer class requires all member functions of class Fl_Paged_Device to be virtual. That is done here. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@8342 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- src/Fl_PostScript.cxx | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/Fl_PostScript.cxx') diff --git a/src/Fl_PostScript.cxx b/src/Fl_PostScript.cxx index 712cd3253..bca764493 100644 --- a/src/Fl_PostScript.cxx +++ b/src/Fl_PostScript.cxx @@ -1386,6 +1386,11 @@ int Fl_PostScript_File_Device::printable_rect(int *w, int *h) return 0; } +void Fl_PostScript_File_Device::origin(int *x, int *y) +{ + Fl_Paged_Device::origin(x, y); +} + void Fl_PostScript_File_Device::origin(int x, int y) { x_offset = x; -- cgit v1.2.3