X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/1fc25a89ac1e6c5208db24bfc0abc8666b791dc6..a81c3c2383f9096ef5e96b708a0f1c1ffe7cc6a8:/contrib/include/wx/ogl/mfutils.h?ds=sidebyside diff --git a/contrib/include/wx/ogl/mfutils.h b/contrib/include/wx/ogl/mfutils.h index b070e1781d..26f0a2fcc4 100644 --- a/contrib/include/wx/ogl/mfutils.h +++ b/contrib/include/wx/ogl/mfutils.h @@ -169,9 +169,9 @@ class wxMetaRecord: public wxObject long param6; long param7; long param8; - char *stringParam; + wxChar *stringParam; wxRealPoint *points; - + wxMetaRecord(int fun) { metaFunction = fun; points = NULL; stringParam = NULL; @@ -197,7 +197,7 @@ class wxXMetaFile: public wxObject // referenced by position in list by SelectObject wxXMetaFile(char *file = NULL); ~wxXMetaFile(void); - + // After this is called, the metafile cannot be used for anything // since it is now owned by the clipboard. bool SetClipboard(int width = 0, int height = 0);