compiler warning

This commit is contained in:
David Rose 2009-09-18 05:11:28 +00:00
parent d74b3b6905
commit 8dde8b36f4

View File

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