]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/dcmemory.h
deprecate wxSTRING_MAXLEN in favour of wxString::npos
[wxWidgets.git] / include / wx / msw / dcmemory.h
index fa5aadc76a793a2ff1ebefd212e8c83054b2fbb8..1e138b2e329f7f0cfdaccf813f2a038bf7ff2202 100644 (file)
@@ -6,22 +6,18 @@
 // Created:     01/02/97
 // RCS-ID:      $Id$
 // Copyright:   (c) Julian Smart
-// Licence:     wxWidgets licence
+// Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
 #ifndef _WX_DCMEMORY_H_
 #define _WX_DCMEMORY_H_
 
-#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
-#pragma interface "dcmemory.h"
-#endif
-
 #include "wx/dcclient.h"
 
 class WXDLLEXPORT wxMemoryDC : public wxDC
 {
 public:
-    wxMemoryDC();
+    wxMemoryDC( const wxBitmap& bitmap = wxNullBitmap );
     wxMemoryDC(wxDC *dc); // Create compatible DC
 
     virtual void SelectObject(const wxBitmap& bitmap);