]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/fontcmn.cpp
bug fix for wxBufferedInputStream::LastCount() after Read()
[wxWidgets.git] / src / common / fontcmn.cpp
index 94b9bab49bf9940bfa1630b6326bf13c0d67078d..938e9259fdc0e11ef88849216b89594163700874 100644 (file)
 
 wxFontEncoding wxFontBase::ms_encodingDefault = wxFONTENCODING_SYSTEM;
 
+wxFontBase::~wxFontBase()
+{
+    // this destructor is required for Darwin
+}
+
 /* static */
 wxFont *wxFontBase::New(int size,
                         int family,