]> git.saurik.com Git - wxWidgets.git/blobdiff - src/motif/stattext.cpp
[ 1216436 ] cleanup 'shadow variable' warnings from gcc in headers.
[wxWidgets.git] / src / motif / stattext.cpp
index db5721cc84cb7cda1cfe0679ab5eca2534fbf77a..3f314856858bcad9592636cf0388059db5e477ef 100644 (file)
@@ -13,6 +13,9 @@
 #pragma implementation "stattext.h"
 #endif
 
+// For compilers that support precompilation, includes "wx.h".
+#include "wx/wxprec.h"
+
 #ifdef __VMS
 #define XtDisplay XTDISPLAY
 #endif
@@ -68,7 +71,7 @@ bool wxStaticText::Create(wxWindow *parent, wxWindowID id,
 
     ChangeBackgroundColour ();
 
-    return TRUE;
+    return true;
 }
 
 void wxStaticText::SetLabel(const wxString& label)