X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/77ffb5937e89927b621128789401db8921fe580f..7249080588e30b4740adc138e793ffa0ead4b5ef:/include/wx/dcbuffer.h diff --git a/include/wx/dcbuffer.h b/include/wx/dcbuffer.h index 736fedf2bc..b186d30e15 100644 --- a/include/wx/dcbuffer.h +++ b/include/wx/dcbuffer.h @@ -6,7 +6,7 @@ // Created: 16/03/02 // RCS-ID: $Id$ // Copyright: (c) Ron Lee -// Licence: wxWidgets licence +// Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// #ifndef _WX_DCBUFFER_H_ @@ -124,7 +124,7 @@ public: : m_paintdc(window) { window->PrepareDC( m_paintdc ); - + if( buffer != wxNullBitmap ) Init(&m_paintdc, buffer); else