git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@50390
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
// the metafile picture size and the optional description/comment
wxMetafileDC( const wxString& filename = wxEmptyString,
int width = 0, int height = 0,
// the metafile picture size and the optional description/comment
wxMetafileDC( const wxString& filename = wxEmptyString,
int width = 0, int height = 0,
- const wxString& description = wxEmptyString )
- { m_pimpl = new wxMetafileDCImpl( this, filename, width, height, description ); }
+ const wxString& description = wxEmptyString ) :
+ wxDC( new wxMetafileDCImpl( this, filename, width, height, description) )
+ { }
wxMetafile *GetMetafile() const
{ return ((wxMetafileDCImpl*)m_pimpl)->GetMetaFile(); }
wxMetafile *GetMetafile() const
{ return ((wxMetafileDCImpl*)m_pimpl)->GetMetaFile(); }