X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/c801d85f158c4cba50b588807daabdcbd0ed3853..9c039d08bfbb59c0abcbc705fb49f9b2cb321edf:/include/wx/gtk/dcmemory.h?ds=inline diff --git a/include/wx/gtk/dcmemory.h b/include/wx/gtk/dcmemory.h index 66cf85bfc0..c5854c5110 100644 --- a/include/wx/gtk/dcmemory.h +++ b/include/wx/gtk/dcmemory.h @@ -3,7 +3,7 @@ // Purpose: // Author: Robert Roebling // Created: 01/02/97 -// Id: +// RCS-ID: $Id$ // Copyright: (c) 1998 Robert Roebling, Julian Smart and Markus Holzem // Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// @@ -38,9 +38,10 @@ class WXDLLEXPORT wxMemoryDC: public wxPaintDC wxMemoryDC( wxDC *dc ); // Create compatible DC ~wxMemoryDC(void); virtual void SelectObject( const wxBitmap& bitmap ); - void GetSize( int *width, int *height ); + void GetSize( int *width, int *height ) const; private: + friend wxPaintDC; wxBitmap m_selected; };