compile error in non-quartz builds
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH@49035 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -289,7 +289,7 @@ void wxMetafile::SetPICT(void* pictHandle)
|
||||
QDPictRelease( pictRef );
|
||||
((wxMetafileRefData*) m_refData)->Close();
|
||||
#else
|
||||
m_refData = new wxMetafileRefData((PicHandle)mf);
|
||||
m_refData = new wxMetafileRefData((PicHandle)pictHandle);
|
||||
#endif
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user