diff options
-rw-r--r-- | dw/fltkcomplexbutton.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dw/fltkcomplexbutton.cc b/dw/fltkcomplexbutton.cc index 359367bf..89295190 100644 --- a/dw/fltkcomplexbutton.cc +++ b/dw/fltkcomplexbutton.cc @@ -137,7 +137,7 @@ ComplexButton::ComplexButton(int X, int Y, int W, int H, const char *L) ComplexButton::~ComplexButton() { /* * The Fl_Group destructor clear()s the children, but layout expects - * the flat view to be around until it deletes if. + * the flat view to be around until it deletes it. */ remove(0); } |