Compile fix for non-CG mode

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH@46556 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Julian Smart
2007-06-20 08:16:50 +00:00
parent 884f232074
commit 4b22bf79df

View File

@@ -43,7 +43,7 @@ public:
wxMetafileRefData(CFDataRef data); wxMetafileRefData(CFDataRef data);
#else #else
// creates a metafile from memory, assumes ownership // creates a metafile from memory, assumes ownership
wxMetafileRefData(Handle data); wxMetafileRefData(PicHandle data);
#endif #endif
// prepares a recording metafile // prepares a recording metafile
wxMetafileRefData( int width, int height); wxMetafileRefData( int width, int height);
@@ -79,7 +79,7 @@ private:
int m_height ; int m_height ;
}; };
#if! wxMAC_USE_CORE_GRAPHICS #if !wxMAC_USE_CORE_GRAPHICS
wxMetafileRefData::wxMetafileRefData(PicHandle pict) wxMetafileRefData::wxMetafileRefData(PicHandle pict)
{ {
Init(); Init();