+/////////////////////////////////////////////////////////////////////////////
+// Name: wx/palette.h
+// Purpose: Common header and base class for wxPalette
+// Author: Julian Smart
+// Modified by:
+// Created:
+// RCS-ID: $Id$
+// Copyright: (c) Julian Smart
+// Licence: wxWindows Licence
+/////////////////////////////////////////////////////////////////////////////
+
#ifndef _WX_PALETTE_H_BASE_
#define _WX_PALETTE_H_BASE_
#include "wx/object.h"
#include "wx/gdiobj.h"
-// wxBrushBase
+// wxPaletteBase
class WXDLLEXPORT wxPaletteBase: public wxGDIObject
{
public:
virtual int GetColoursCount() const { wxFAIL_MSG( _T("not implemented") ); return 0; };
};
-#if defined(__PALMOS__)
+#if defined(__WXPALMOS__)
#include "wx/palmos/palette.h"
#elif defined(__WXMSW__)
#include "wx/msw/palette.h"