X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/888dde65f43d5f57e8fb2028b27191cca1741403..545cb3fcf2460919deb52cf47f6cb0bdf494fae7:/include/wx/gtk/dc.h?ds=sidebyside diff --git a/include/wx/gtk/dc.h b/include/wx/gtk/dc.h index e66316d56a..2e067abc95 100644 --- a/include/wx/gtk/dc.h +++ b/include/wx/gtk/dc.h @@ -7,9 +7,10 @@ // Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// -#ifndef __GTKDCH__ -#define __GTKDCH__ +#ifndef _WX_GTKDC_H_ +#define _WX_GTKDC_H_ +#include "wx/dc.h" //----------------------------------------------------------------------------- // wxDC @@ -35,12 +36,10 @@ public: 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) }; @@ -51,4 +50,4 @@ private: #define wxHAS_WORKING_GTK_DC_BLIT #endif -#endif // __GTKDCH__ +#endif // _WX_GTKDC_H_