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:
@@ -43,7 +43,7 @@ public:
|
||||
wxMetafileRefData(CFDataRef data);
|
||||
#else
|
||||
// creates a metafile from memory, assumes ownership
|
||||
wxMetafileRefData(Handle data);
|
||||
wxMetafileRefData(PicHandle data);
|
||||
#endif
|
||||
// prepares a recording metafile
|
||||
wxMetafileRefData( int width, int height);
|
||||
@@ -79,7 +79,7 @@ private:
|
||||
int m_height ;
|
||||
};
|
||||
|
||||
#if! wxMAC_USE_CORE_GRAPHICS
|
||||
#if !wxMAC_USE_CORE_GRAPHICS
|
||||
wxMetafileRefData::wxMetafileRefData(PicHandle pict)
|
||||
{
|
||||
Init();
|
||||
|
Reference in New Issue
Block a user