Revert unintended change of comment in 44c874b731

... where 'override' was changed to 'FL_OVERRIDE'
This commit is contained in:
Albrecht Schlosser 2023-01-29 14:58:32 +01:00
parent 16af5f432e
commit 0ef8fb5ab4
1 changed files with 1 additions and 1 deletions

View File

@ -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,