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 --- FL/Fl_PostScript.H | 1 + 1 file changed, 1 insertion(+) (limited to 'FL/Fl_PostScript.H') diff --git a/FL/Fl_PostScript.H b/FL/Fl_PostScript.H index 43c08b7eb..2a734480a 100644 --- a/FL/Fl_PostScript.H +++ b/FL/Fl_PostScript.H @@ -232,6 +232,7 @@ public: int start_page (void); int printable_rect(int *w, int *h); void margins(int *left, int *top, int *right, int *bottom); + void origin(int *x, int *y); void origin(int x, int y); void scale (float scale_x, float scale_y); void rotate(float angle); -- cgit v1.2.3