#endif
#ifndef WX_PRECOMP
- #include "wx/mac/fontdlg.h"
#include "wx/cmndata.h"
#endif
+#include "wx/mac/fontdlg.h"
+
#if !USE_SHARED_LIBRARY
IMPLEMENT_DYNAMIC_CLASS(wxFontDialog, wxDialog)
#endif
Create(parent, data);
}
+wxFontDialog::~wxFontDialog()
+{
+ // empty
+}
+
void wxFontDialog::SetData(wxFontData& fontdata)
{
m_fontData = fontdata;