X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/c0c133e13b36a923c65f94499554e432bc3a0daa..9869c26285dc51d13607cddaa04f65ce983653a5:/include/wx/os2/metafile.h?ds=sidebyside diff --git a/include/wx/os2/metafile.h b/include/wx/os2/metafile.h index ada9546705..5036afe6eb 100644 --- a/include/wx/os2/metafile.h +++ b/include/wx/os2/metafile.h @@ -1,12 +1,11 @@ ///////////////////////////////////////////////////////////////////////////// -// 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. // Author: David Webster // Modified by: // Created: 10/10/99 -// RCS-ID: $Id$ // Copyright: (c) David Webster // Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// @@ -172,7 +171,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)