]> git.saurik.com Git - wxWidgets.git/blobdiff - src/motif/font.cpp
stop the rename timer when the current item changes (Tim Kosse)
[wxWidgets.git] / src / motif / font.cpp
index 6ecf5494054c0cb9b9132bc27323fba954adcac4..a9c0b0ac4897a10f956a1c01233171a358e0566a 100644 (file)
@@ -211,6 +211,8 @@ wxFontRefData::~wxFontRefData()
     m_fonts.Clear();
 }
 
+#define M_FONTDATA ((wxFontRefData*)m_refData)
+
 // ----------------------------------------------------------------------------
 // wxFont
 // ----------------------------------------------------------------------------