X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/17b1d76b4add82305463d10b9f65668d06169363..cb5ec61f651e62d7028abb8d60a11efa786a7466:/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 // ============================================================================