X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/c0c133e13b36a923c65f94499554e432bc3a0daa..a7689c49fe02c0c065facf736ab28b19f5997b7c:/include/wx/os2/metafile.h?ds=sidebyside diff --git a/include/wx/os2/metafile.h b/include/wx/os2/metafile.h index ada9546705..99b81113b5 100644 --- a/include/wx/os2/metafile.h +++ b/include/wx/os2/metafile.h @@ -1,5 +1,5 @@ ///////////////////////////////////////////////////////////////////////////// -// Name: metafile.h +// Name: wx/os2/metafile.h // Purpose: wxMetaFile, wxMetaFileDC classes. // This probably should be restricted to Windows platforms, // but if there is an equivalent on your platform, great. @@ -172,7 +172,7 @@ class WXDLLIMPEXP_CORE wxMetafileDataObject : public wxDataObject { public: // ctors - wxMetafileDataObject() { m_width = 0; m_height = 0; }; + wxMetafileDataObject() { m_width = 0; m_height = 0; } wxMetafileDataObject(const wxMetafile& metafile, int width = 0,int height = 0) :m_metafile(metafile) ,m_width(width)