X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/17b1d76b4add82305463d10b9f65668d06169363..8145496b9bd1cbccf7411c5e76f72a9dfc7ebf1b:/src/os2/font.cpp diff --git a/src/os2/font.cpp b/src/os2/font.cpp index 0742d23070..16c1473d6a 100644 --- a/src/os2/font.cpp +++ b/src/os2/font.cpp @@ -297,6 +297,8 @@ protected: bool m_bInternalPS; // Internally generated PS? }; // end of CLASS wxFontRefData +#define M_FONTDATA ((wxFontRefData*)m_refData) + // ============================================================================ // implementation // ============================================================================