From 9493740d7115848fdf0eb160d67ea0ba1cd7a63b Mon Sep 17 00:00:00 2001 From: Stefan Csomor Date: Thu, 4 Oct 2007 07:40:04 +0000 Subject: [PATCH] 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 --- src/mac/carbon/metafile.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mac/carbon/metafile.cpp b/src/mac/carbon/metafile.cpp index 4c5e537e39..f984ce0402 100644 --- a/src/mac/carbon/metafile.cpp +++ b/src/mac/carbon/metafile.cpp @@ -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 }