fixed enhanced metafiles loading from files

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@29915 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2004-10-16 13:31:27 +00:00
parent 68e24a7b28
commit 7a295dfa5c
2 changed files with 16 additions and 1 deletions

View File

@@ -61,7 +61,7 @@ public:
void SetHENHMETAFILE(WXHANDLE hMF) { Free(); m_hMF = hMF; }
protected:
void Init() { m_hMF = 0; }
void Init();
void Free();
void Assign(const wxEnhMetaFile& mf);