Fix typo in doc of Fl_Double_Window::as_double_window()

This commit is contained in:
ManoloFLTK 2024-05-30 08:26:57 +02:00
parent 70c6f2ce12
commit 04949f1349
1 changed files with 0 additions and 3 deletions

View File

@ -30,9 +30,6 @@
class FL_EXPORT Fl_Double_Window : public Fl_Window
{
public:
/**
Return non-null if this is an Fl_Overlay_Window object.
*/
Fl_Double_Window *as_double_window() FL_OVERRIDE {return this; }
void show() FL_OVERRIDE;
/** Same as Fl_Window::show(int a, char **b) */