X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/655719367ac5e131d9642e5783f3ecf64d1a3385..8ddd9176a46065ab74d6ced1ed480e5affb4e1e2:/src/motif/colour.cpp diff --git a/src/motif/colour.cpp b/src/motif/colour.cpp index 17a8a4e72b..780a1a2e33 100644 --- a/src/motif/colour.cpp +++ b/src/motif/colour.cpp @@ -95,7 +95,7 @@ wxColour wxColour::CreateByName(const wxString& name) col.m_red = xcol.red & 0xff; col.m_green = xcol.green & 0xff; col.m_blue = xcol.blue & 0xff; - col.m_isInit = TRUE; + col.m_isInit = true; col.m_pixel = -1; }