]> git.saurik.com Git - wxWidgets.git/blobdiff - src/univ/statbox.cpp
The mmedia contrib requires sys/soundcard.h on unix, so disable it on unix
[wxWidgets.git] / src / univ / statbox.cpp
index e1df45fb23429ef5caf0d13b7bb44e5a12f3c3c6..20316fc323fb0866e5f23f4a1d1b4b3024a86b72 100644 (file)
@@ -56,11 +56,11 @@ bool wxStaticBox::Create(wxWindow *parent,
                          const wxString &name)
 {
     if ( !wxControl::Create(parent, id, pos, size, style, wxDefaultValidator, name) )
-        return FALSE;
+        return false;
 
     SetLabel(label);
 
-    return TRUE;
+    return true;
 }
 
 void wxStaticBox::DoDraw(wxControlRenderer *renderer)