X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/5c33522fca7cddc441a316f5b9fb50d7685435ba..cc4d5638c66a409e421420ed7110917755a66788:/src/osx/palette.cpp?ds=sidebyside diff --git a/src/osx/palette.cpp b/src/osx/palette.cpp index 3c1a22c533..ecd9b2da3c 100644 --- a/src/osx/palette.cpp +++ b/src/osx/palette.cpp @@ -4,7 +4,6 @@ // Author: Stefan Csomor // Modified by: // Created: 1998-01-01 -// RCS-ID: $Id$ // Copyright: (c) Stefan Csomor // Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// @@ -37,7 +36,7 @@ protected: friend class WXDLLIMPEXP_FWD_CORE wxPalette; - DECLARE_NO_ASSIGN_CLASS(wxPaletteRefData) + wxDECLARE_NO_ASSIGN_CLASS(wxPaletteRefData); }; wxPaletteRefData::wxPaletteRefData() @@ -46,7 +45,7 @@ wxPaletteRefData::wxPaletteRefData() m_count = 0; } -wxPaletteRefData::wxPaletteRefData(const wxPaletteRefData& data) +wxPaletteRefData::wxPaletteRefData(const wxPaletteRefData& data) : wxGDIRefData() { m_count = data.m_count; m_palette = new wxColour[m_count];