X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/4bb6408c2631988fab9925014c6619358bf867de..f9b1708cf57d57bc91f4e870a4646efd1f174c3d:/src/motif/metafile.cpp?ds=inline diff --git a/src/motif/metafile.cpp b/src/motif/metafile.cpp index e084a9a45f..7380a03402 100644 --- a/src/motif/metafile.cpp +++ b/src/motif/metafile.cpp @@ -16,7 +16,7 @@ #include "wx/object.h" #include "wx/string.h" #include "wx/dc.h" -#include "wx/stubs/metafile.h" +#include "wx/motif/metafile.h" #include "wx/clipbrd.h" extern bool wxClipboardIsOpen; @@ -52,7 +52,7 @@ bool wxMetaFile::SetClipboard(int width, int height) bool wxMetaFile::Play(wxDC *dc) { // TODO - return false; + return FALSE; } /*