-
-#if wxUSE_NEW_DC
- wxGTKMemoryImplDC( wxMemoryDC *owner );
- wxGTKMemoryImplDC( wxMemoryDC *owner, wxBitmap& bitmap );
- wxGTKMemoryImplDC( wxMemoryDC *owner, wxDC *dc );
-#else
- wxMemoryDC();
- wxMemoryDC(wxBitmap& bitmap);
- wxMemoryDC( wxDC *dc );
-#endif
+ wxMemoryDCImpl( wxMemoryDC *owner );
+ wxMemoryDCImpl( wxMemoryDC *owner, wxBitmap& bitmap );
+ wxMemoryDCImpl( wxMemoryDC *owner, wxDC *dc );