]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gtk/dcmemory.h
wxCHECK/wxCHECK_RET changes
[wxWidgets.git] / include / wx / gtk / dcmemory.h
index 66cf85bfc021c92a9490c32df74a924236da27a5..7afbb3295d640c2f22d3aa229b8147f9b4bac740 100644 (file)
@@ -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
 /////////////////////////////////////////////////////////////////////////////
@@ -41,6 +41,7 @@ class WXDLLEXPORT wxMemoryDC: public wxPaintDC
     void GetSize( int *width, int *height );
 
   private: 
+    friend wxPaintDC;
     wxBitmap  m_selected;
 };