// Purpose:
// Author: Robert Roebling
// Created: 01/02/97
-// RCS-ID: $Id$
// Copyright: (c) 1998 Robert Roebling and Julian Smart
// Licence: wxWindows licence
/////////////////////////////////////////////////////////////////////////////
{
if (m_refData)
return M_PALETTEDATA->m_count;
-
- return 0;
+
+ return 0;
}
bool wxPalette::Create(int n,
wxGDIRefData *wxPalette::CloneGDIRefData(const wxGDIRefData *data) const
{
- return new wxPaletteRefData(*wx_static_cast(const wxPaletteRefData *, data));
+ return new wxPaletteRefData(*static_cast<const wxPaletteRefData *>(data));
}
#endif // wxUSE_PALETTE