X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/8907154c1a8a6882c6797d1f16393ddfb23e7f3a..511fb92a6c68a9635dee0d97bd2110cdeb35deb8:/src/palmos/palette.cpp diff --git a/src/palmos/palette.cpp b/src/palmos/palette.cpp index db1e28ab4a..f89c8b4eae 100644 --- a/src/palmos/palette.cpp +++ b/src/palmos/palette.cpp @@ -61,9 +61,9 @@ bool wxPalette::Create(int n, const unsigned char *red, const unsigned char *gre return false; } -int wxPalette::GetPixel(const unsigned char red, const unsigned char green, const unsigned char blue) const +int wxPalette::GetPixel(unsigned char red, unsigned char green, unsigned char blue) const { - return 0; + return wxNOT_FOUND; } bool wxPalette::GetRGB(int index, unsigned char *red, unsigned char *green, unsigned char *blue) const @@ -76,4 +76,3 @@ void wxPalette::SetHPALETTE(WXHPALETTE pal) } #endif // wxUSE_PALETTE -