X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/8f884a0dccd6b642f35c441ac9bfc87a6d5b4d35..cc4d5638c66a409e421420ed7110917755a66788:/src/x11/palette.cpp?ds=inline diff --git a/src/x11/palette.cpp b/src/x11/palette.cpp index 79f2767556..09ecbae93f 100644 --- a/src/x11/palette.cpp +++ b/src/x11/palette.cpp @@ -4,7 +4,6 @@ // Author: Julian Smart // Modified by: // Created: 17/09/98 -// RCS-ID: $Id$ // Copyright: (c) Julian Smart // Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// @@ -77,7 +76,7 @@ wxPaletteRefData::wxPaletteRefData() wxPaletteRefData::~wxPaletteRefData() { - Display *display = (Display*) NULL; + Display *display = NULL; wxList::compatibility_iterator node, next; @@ -175,9 +174,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),