X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/917be7ed065337e8a7a67615969ecaade9eea809..025357ca4feb7a7f4cfdc85cd1ff3c37b300c2b1:/src/motif/palette.cpp?ds=inline diff --git a/src/motif/palette.cpp b/src/motif/palette.cpp index 988cc153c0..2fef69d376 100644 --- a/src/motif/palette.cpp +++ b/src/motif/palette.cpp @@ -172,10 +172,10 @@ bool wxPalette::Create(int n, const unsigned char *red, const unsigned char *gre int wxPalette::GetPixel(const unsigned char red, const unsigned char green, const unsigned char blue) const { if ( !m_refData ) - return FALSE; + return false; // TODO - return FALSE; + return false; } bool wxPalette::GetRGB(int index, unsigned char *WXUNUSED(red), unsigned char *WXUNUSED(green), unsigned char *WXUNUSED(blue)) const