]> git.saurik.com Git - wxWidgets.git/blobdiff - src/motif/palette.cpp
cleanup
[wxWidgets.git] / src / motif / palette.cpp
index 988cc153c076d2cc2dfc45889486bcc8ab898cfd..2fef69d3762c11bdd20d70cf6a86d4fef769ef09 100644 (file)
@@ -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