X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/666e33ab46ed911cd94513c43fcc2bb191704000..5c4eb44cbfa4c5f84827cba48cdb9c0cc0c3f7e6:/src/msw/metafile.cpp?ds=inline diff --git a/src/msw/metafile.cpp b/src/msw/metafile.cpp index 2186f3ef18..3076145d20 100644 --- a/src/msw/metafile.cpp +++ b/src/msw/metafile.cpp @@ -94,6 +94,16 @@ wxMetafile::~wxMetafile() { } +wxGDIRefData *wxMetafile::CreateGDIRefData() const +{ + return new wxMetafileRefData; +} + +wxGDIRefData *wxMetafile::CloneGDIRefData(const wxGDIRefData *data) const +{ + return new wxMetafileRefData(wx_static_cast(wxMetafileRefData *, data)); +} + bool wxMetafile::SetClipboard(int width, int height) { #if !wxUSE_CLIPBOARD