compiler warning

This commit is contained in:
David Rose 2009-09-18 05:12:11 +00:00
parent 8dde8b36f4
commit 37b75fd745
1 changed files with 1 additions and 1 deletions

View File

@ -414,7 +414,7 @@ layout() {
wxFont font = panel->GetFont();
wxFont *bold_font = wxTheFontList->FindOrCreateFont
(font.GetPointSize() * 1.5f,
((int)(font.GetPointSize() * 1.5),
font.GetFamily(), font.GetStyle(), wxFONTWEIGHT_BOLD);
if (!header.IsEmpty()) {