From 0ef8fb5ab41bd23c3e9428d25e3e72cc61831601 Mon Sep 17 00:00:00 2001 From: Albrecht Schlosser Date: Sun, 29 Jan 2023 14:58:32 +0100 Subject: [PATCH] Revert unintended change of comment in 44c874b731f9 ... where 'override' was changed to 'FL_OVERRIDE' --- cairo/Fl_Cairo.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cairo/Fl_Cairo.cxx b/cairo/Fl_Cairo.cxx index 1fb3f3488..0b655033a 100644 --- a/cairo/Fl_Cairo.cxx +++ b/cairo/Fl_Cairo.cxx @@ -67,7 +67,7 @@ void Fl_Cairo_State::autolink(bool b) { /** Provides a corresponding Cairo context for window \a wi. - This is needed in a draw() FL_OVERRIDE if Fl::cairo_autolink_context() + This is needed in a draw() override if Fl::cairo_autolink_context() returns false, which is the default. The cairo_context() does not need to be freed as it is freed every time a new Cairo context is created. When the program terminates,