]> git.saurik.com Git - wxWidgets.git/blobdiff - src/os2/palette.cpp
wxGTK1 : another msiing include file in evtloop.cpp
[wxWidgets.git] / src / os2 / palette.cpp
index 42454c09e23b907dd44be00c3466560739a98b28..d59ca7564afa73849da54a39ebf0f480a5fa98da 100644 (file)
@@ -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<const wxPaletteRefData *>(data));
 }
 
 int wxPalette::GetPixel( unsigned char cRed,