summaryrefslogtreecommitdiff
path: root/FL/Fl_SVG_File_Surface.H
diff options
context:
space:
mode:
Diffstat (limited to 'FL/Fl_SVG_File_Surface.H')
-rw-r--r--FL/Fl_SVG_File_Surface.H10
1 files changed, 5 insertions, 5 deletions
diff --git a/FL/Fl_SVG_File_Surface.H b/FL/Fl_SVG_File_Surface.H
index 0fe06daa6..f00f2f788 100644
--- a/FL/Fl_SVG_File_Surface.H
+++ b/FL/Fl_SVG_File_Surface.H
@@ -65,11 +65,11 @@ public:
~Fl_SVG_File_Surface();
/** Returns the underlying FILE pointer */
FILE *file();
- void origin(int x, int y) override;
- void origin(int *x, int *y) override;
- void translate(int x, int y) override;
- void untranslate() override;
- int printable_rect(int *w, int *h) override;
+ void origin(int x, int y);
+ void origin(int *x, int *y);
+ void translate(int x, int y);
+ void untranslate();
+ int printable_rect(int *w, int *h);
/** Closes the FILE pointer where SVG data is output.
The underlying FILE is closed by function fclose() unless another function was set at object's construction time.
The only operation possible after this on the Fl_SVG_File_Surface object is its destruction.