]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/mac/classic/dcmemory.h
added default value for GetLocalizedResourcesDir() category parameter, as in the...
[wxWidgets.git] / include / wx / mac / classic / dcmemory.h
index c9780e2c68f47776727b7768c96aae5eba0235c6..4a2c8f191e937b75189d125b8ffea6c2ddfc6a6d 100644 (file)
@@ -19,7 +19,7 @@ class WXDLLEXPORT wxMemoryDC: public wxPaintDC
   DECLARE_DYNAMIC_CLASS(wxMemoryDC)
 
   public:
-    wxMemoryDC(void);
+    wxMemoryDC( const wxBitmap& bitmap = wxNullBitmap );
     wxMemoryDC( wxDC *dc ); // Create compatible DC
     virtual ~wxMemoryDC(void);
     virtual void SelectObject( const wxBitmap& bitmap );