diff options
Diffstat (limited to 'src/Fl_Widget.cxx')
| -rw-r--r-- | src/Fl_Widget.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Fl_Widget.cxx b/src/Fl_Widget.cxx index aba540802..94dd2f9b5 100644 --- a/src/Fl_Widget.cxx +++ b/src/Fl_Widget.cxx @@ -165,7 +165,7 @@ Fl_Widget *Fl::readqueue() { specific widget from the default callback queue (Fl::readqueue()). It is only called from Fl_Widget's destructor if the widget doesn't have an own callback. - Note: There's no need to have this in the Fl:: namespace. + Note: There's no need to have this in the Fl class. */ static void cleanup_readqueue(Fl_Widget *w) { |
