virtual ~wxGTKDCImpl();
#if wxUSE_PALETTE
- void SetColourMap( const wxPalette& palette ) { SetPalette(palette); };
+ void SetColourMap( const wxPalette& palette ) { SetPalette(palette); }
#endif // wxUSE_PALETTE
// Resolution in pixels per logical inch
virtual GdkWindow* GetGDKWindow() const { return NULL; }
-protected:
// base class pure virtuals implemented here
virtual void DoSetClippingRegion(wxCoord x, wxCoord y, wxCoord width, wxCoord height);
virtual void DoGetSizeMM(int* width, int* height) const;
-private:
DECLARE_ABSTRACT_CLASS(wxGTKDCImpl)
};