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:
Stefan Csomor
2007-10-04 07:40:04 +00:00
parent 9ad88af224
commit 9493740d71

View File

@@ -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
}