]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/palmos/dcmemory.h
SetTextColour is gone
[wxWidgets.git] / include / wx / palmos / dcmemory.h
index ebdd5921733cb888a3b6639c49ed3204797cee23..56d6c305f497b95a618c02df4b67704138b2b695 100644 (file)
 #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);