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 b8a65865b..4eee6ef39 100644 --- a/src/Fl_Widget.cxx +++ b/src/Fl_Widget.cxx @@ -222,7 +222,7 @@ Fl_Widget::Fl_Widget(int X, int Y, int W, int H, const char* L) { selection_color_ = FL_GRAY; when_ = FL_WHEN_RELEASE; - parent_ = nullptr; + parent_ = 0; if (Fl_Group::current()) Fl_Group::current()->add(this); } |
