X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/1248b41f9f71110347659db8c54c75786eba23c6..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()