From 23e8d831a868774c014993d52eead0cbe105f218 Mon Sep 17 00:00:00 2001 From: Albrecht Schlosser Date: Sun, 1 Jan 2023 18:02:46 +0100 Subject: Add a missing FL_OVERRIDE flag --- src/drivers/Xlib/Fl_Xlib_Graphics_Driver.H | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/drivers') diff --git a/src/drivers/Xlib/Fl_Xlib_Graphics_Driver.H b/src/drivers/Xlib/Fl_Xlib_Graphics_Driver.H index 6142217d5..177f0b9b7 100644 --- a/src/drivers/Xlib/Fl_Xlib_Graphics_Driver.H +++ b/src/drivers/Xlib/Fl_Xlib_Graphics_Driver.H @@ -85,7 +85,7 @@ protected: static PangoFontMap *pfmap_; static PangoLayout *playout_; public: - virtual PangoFontDescription* pango_font_description() { return pfd_array[font()]; } + PangoFontDescription *pango_font_description() FL_OVERRIDE { return pfd_array[font()]; } private: static PangoFontDescription **pfd_array; // one array element for each Fl_Font static int pfd_array_length; -- cgit v1.2.3