X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/8907154c1a8a6882c6797d1f16393ddfb23e7f3a..664f15dc8e8ab0f25199e45569fed7af23bdf844:/include/wx/palmos/dcmemory.h diff --git a/include/wx/palmos/dcmemory.h b/include/wx/palmos/dcmemory.h index be87436f96..56d6c305f4 100644 --- a/include/wx/palmos/dcmemory.h +++ b/include/wx/palmos/dcmemory.h @@ -17,7 +17,7 @@ class WXDLLEXPORT wxMemoryDC : public wxDC { public: - wxMemoryDC(); + wxMemoryDC( const wxBitmap& bitmap = wxNullBitmap ); wxMemoryDC(wxDC *dc); // Create compatible DC virtual void SelectObject(const wxBitmap& bitmap);