compilation
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@50390 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
80052501c8
commit
b2da749f06
@ -102,8 +102,9 @@ class WXDLLEXPORT wxMetafileDC: public wxDC
|
|||||||
// the metafile picture size and the optional description/comment
|
// the metafile picture size and the optional description/comment
|
||||||
wxMetafileDC( const wxString& filename = wxEmptyString,
|
wxMetafileDC( const wxString& filename = wxEmptyString,
|
||||||
int width = 0, int height = 0,
|
int width = 0, int height = 0,
|
||||||
const wxString& description = wxEmptyString )
|
const wxString& description = wxEmptyString ) :
|
||||||
{ m_pimpl = new wxMetafileDCImpl( this, filename, width, height, description ); }
|
wxDC( new wxMetafileDCImpl( this, filename, width, height, description) )
|
||||||
|
{ }
|
||||||
|
|
||||||
wxMetafile *GetMetafile() const
|
wxMetafile *GetMetafile() const
|
||||||
{ return ((wxMetafileDCImpl*)m_pimpl)->GetMetaFile(); }
|
{ return ((wxMetafileDCImpl*)m_pimpl)->GetMetaFile(); }
|
||||||
|
Loading…
Reference in New Issue
Block a user