build fix (the sample uses an undocumented function of wxFont)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@56670 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Francesco Montorsi 2008-11-03 19:32:23 +00:00
parent 394fd6e2f2
commit 4b905cbcb6

View File

@ -80,7 +80,7 @@ bool MyApp::OnInit(void)
wxInitAllImageHandlers();
m_testFont.Create(10, wxSWISS, wxNORMAL, wxNORMAL);
m_testFont.Create(10, wxFONTFAMILY_SWISS, wxFONTSTYLE_NORMAL, wxFONTWEIGHT_NORMAL);
g_printData = new wxPrintData;
// You could set an initial paper size here