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:
parent
394fd6e2f2
commit
4b905cbcb6
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user