X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/888dde65f43d5f57e8fb2028b27191cca1741403..2e51fb3041e78ef15506ed746ed5898536be5955:/include/wx/dcmemory.h diff --git a/include/wx/dcmemory.h b/include/wx/dcmemory.h index d84d5be6d8..b104fc55ba 100644 --- a/include/wx/dcmemory.h +++ b/include/wx/dcmemory.h @@ -25,13 +25,13 @@ public: wxMemoryDC(); wxMemoryDC( wxBitmap& bitmap ); wxMemoryDC( wxDC *dc ); - + // select the given bitmap to draw on it void SelectObject(wxBitmap& bmp); // select the given bitmap for read-only void SelectObjectAsSource(const wxBitmap& bmp); - + // get selected bitmap const wxBitmap& GetSelectedBitmap() const; wxBitmap& GetSelectedBitmap(); @@ -39,7 +39,7 @@ public: private: DECLARE_DYNAMIC_CLASS(wxMemoryDC) }; - + #endif // _WX_DCMEMORY_H_BASE_