summaryrefslogtreecommitdiff
path: root/FL/Fl_SVG_File_Surface.H
diff options
context:
space:
mode:
authormaxim nikonov <maxim.nikonov@hqo.co>2026-02-05 16:24:45 +0500
committermaxim nikonov <maxim.nikonov@hqo.co>2026-02-05 16:24:45 +0500
commitcdf2832347b8fdf0389cd373c2ead0ac5d071037 (patch)
tree96f9771aed0710899aa6cbba2a84dadfe76e996e /FL/Fl_SVG_File_Surface.H
parentdb214d1145e46d527a46d1fc2519548d2c4d23f1 (diff)
wip
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.