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