X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/6746fe58b534546527644d6772fbda4fff5af73d..759f72726133ce3bdbe1c3a2f444aa816c7f46c9:/src/motif/stattext.cpp diff --git a/src/motif/stattext.cpp b/src/motif/stattext.cpp index db5721cc84..3f31485685 100644 --- a/src/motif/stattext.cpp +++ b/src/motif/stattext.cpp @@ -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)