X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/8f884a0dccd6b642f35c441ac9bfc87a6d5b4d35..12bb29f5432174ecbd65549bda832d70d34a98ae:/src/x11/palette.cpp diff --git a/src/x11/palette.cpp b/src/x11/palette.cpp index 79f2767556..dc3f06801d 100644 --- a/src/x11/palette.cpp +++ b/src/x11/palette.cpp @@ -77,7 +77,7 @@ wxPaletteRefData::wxPaletteRefData() wxPaletteRefData::~wxPaletteRefData() { - Display *display = (Display*) NULL; + Display *display = NULL; wxList::compatibility_iterator node, next; @@ -175,9 +175,12 @@ wxGDIRefData *wxPalette::CreateGDIRefData() const return new wxPaletteRefData; } -wxGDIRefData *wxPalette::CloneGDIRefData(const wxGDIRefData *data) const +wxGDIRefData * +wxPalette::CloneGDIRefData(const wxGDIRefData * WXUNUSED(data)) const { - return new wxPaletteRefData(*wx_static_cast(const wxPaletteRefData *, data)); + wxFAIL_MSG( wxS("Cloning palettes is not implemented in wxX11.") ); + + return new wxPaletteRefData; } int wxPalette::GetPixel(unsigned char WXUNUSED(red),