/////////////////////////////////////////////////////////////////////////////
-// Name: dc.h
+// Name: wx/gtk1/dc.h
// Purpose:
// Author: Robert Roebling
// Id: $Id$
{
public:
wxDC();
- ~wxDC() { }
+ virtual ~wxDC() { }
+#if wxUSE_PALETTE
void SetColourMap( const wxPalette& palette ) { SetPalette(palette); };
+#endif // wxUSE_PALETTE
// Resolution in pixels per logical inch
virtual wxSize GetPPI() const;