X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/4b3f61d14cbc6cc117373d173ecf08fbec4c9a38..afab8b85c4bdeb11a248c57d13e9bcfa14149ef8:/src/os2/palette.cpp?ds=inline diff --git a/src/os2/palette.cpp b/src/os2/palette.cpp index 42454c09e2..d59ca7564a 100644 --- a/src/os2/palette.cpp +++ b/src/os2/palette.cpp @@ -4,7 +4,6 @@ // Author: AUTHOR // Modified by: // Created: ??/??/98 -// RCS-ID: $Id$ // Copyright: (c) AUTHOR // Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// @@ -111,7 +110,7 @@ wxGDIRefData *wxPalette::CreateGDIRefData() const wxGDIRefData *wxPalette::CloneGDIRefData(const wxGDIRefData *data) const { - return new wxPaletteRefData(*wx_static_cast(const wxPaletteRefData *, data)); + return new wxPaletteRefData(*static_cast(data)); } int wxPalette::GetPixel( unsigned char cRed,