possibly fix compilo error w/xcode

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@29496 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Ryan Norton
2004-09-28 15:41:27 +00:00
parent 641b395201
commit 154ad28bb3

View File

@@ -29,10 +29,11 @@
#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