X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/3cd0b8c5b5a320bba065c4da306be3687d144157..bb86baea10afec3a7e4860c17b20edd485c628d6:/src/x11/dcmemory.cpp diff --git a/src/x11/dcmemory.cpp b/src/x11/dcmemory.cpp index 34cc5f0753..157f62a48b 100644 --- a/src/x11/dcmemory.cpp +++ b/src/x11/dcmemory.cpp @@ -9,10 +9,6 @@ // Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// -#ifdef __GNUG__ -#pragma implementation "dcmemory.h" -#endif - #include "wx/dcmemory.h" #include "wx/settings.h" #include "wx/utils.h" @@ -59,7 +55,7 @@ void wxMemoryDC::SelectObject( const wxBitmap& bitmap ) } else { -// m_window = m_selected.GetBitmap(); + m_window = m_selected.GetBitmap(); } m_isMemDC = TRUE;