X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/52df30cf2d38674c12bc3f715f297f490d5d1035..3b422a882e39d68ab75bfec6c3d3017370c1219c:/src/os2/notebook.cpp diff --git a/src/os2/notebook.cpp b/src/os2/notebook.cpp index ff60f14a89..f792c76a60 100644 --- a/src/os2/notebook.cpp +++ b/src/os2/notebook.cpp @@ -319,12 +319,12 @@ bool wxNotebook::SetPageImage ( , int nImage ) { - wxBitmap* pBitmap = (wxBitmap*)m_imageList->GetBitmap(nImage); + wxBitmap vBitmap = (wxBitmap)m_imageList->GetBitmap(nImage); return (bool)::WinSendMsg( GetHWND() ,BKM_SETTABBITMAP ,MPFROMLONG((ULONG)m_alPageId[nPage]) - ,(MPARAM)pBitmap->GetHBITMAP() + ,(MPARAM)vBitmap.GetHBITMAP() ); } // end of wxNotebook::SetPageImage