diff options
Diffstat (limited to 'FL/Fl_Copy_Surface.H')
| -rw-r--r-- | FL/Fl_Copy_Surface.H | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/FL/Fl_Copy_Surface.H b/FL/Fl_Copy_Surface.H index e6410f791..bfbf53c57 100644 --- a/FL/Fl_Copy_Surface.H +++ b/FL/Fl_Copy_Surface.H @@ -88,9 +88,9 @@ protected: int height; Fl_Copy_Surface_Driver(int w, int h) : Fl_Widget_Surface(NULL), width(w), height(h) {} virtual ~Fl_Copy_Surface_Driver() {} - void set_current() override = 0; - void translate(int x, int y) override = 0; - void untranslate() override = 0; + void set_current() = 0; + void translate(int x, int y) = 0; + void untranslate() = 0; int printable_rect(int *w, int *h); /** Each platform implements this function its own way. It returns an object implementing all virtual functions |
