X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/655719367ac5e131d9642e5783f3ecf64d1a3385..8ddd9176a46065ab74d6ced1ed480e5affb4e1e2:/src/motif/statbox.cpp diff --git a/src/motif/statbox.cpp b/src/motif/statbox.cpp index 5bdf05ea04..fe2c52163c 100644 --- a/src/motif/statbox.cpp +++ b/src/motif/statbox.cpp @@ -127,7 +127,7 @@ bool wxStaticBox::Create(wxWindow *parent, wxWindowID id, AttachWidget (parent, m_mainWidget, NULL, pos.x, pos.y, size.x, size.y); ChangeBackgroundColour(); - return TRUE; + return true; } wxStaticBox::~wxStaticBox()