#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);