X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/5c6eb3a84be918dcfed2496d014549e13af0f0e9..6869b469c6ba4a549b2bd463ce9778915781b0df:/include/wx/osx/carbon/dcclient.h?ds=sidebyside diff --git a/include/wx/osx/carbon/dcclient.h b/include/wx/osx/carbon/dcclient.h index fa518275f1..3c677f99ad 100644 --- a/include/wx/osx/carbon/dcclient.h +++ b/include/wx/osx/carbon/dcclient.h @@ -28,14 +28,14 @@ public: wxWindowDCImpl( wxDC *owner ); wxWindowDCImpl( wxDC *owner, wxWindow *window ); virtual ~wxWindowDCImpl(); - + virtual void DoGetSize( int *width, int *height ) const; - virtual wxBitmap DoGetAsBitmap(const wxRect *subrect) const; + virtual wxBitmap DoGetAsBitmap(const wxRect *subrect) const; protected: bool m_release; - int m_width; - int m_height; + int m_width; + int m_height; DECLARE_CLASS(wxWindowDCImpl) DECLARE_NO_COPY_CLASS(wxWindowDCImpl) @@ -48,7 +48,7 @@ public: wxClientDCImpl( wxDC *owner ); wxClientDCImpl( wxDC *owner, wxWindow *window ); virtual ~wxClientDCImpl(); - + private: DECLARE_CLASS(wxClientDCImpl) DECLARE_NO_COPY_CLASS(wxClientDCImpl)