From 8dde8b36f4f21a4fca6310b3cc4eb7ac6c12d41a Mon Sep 17 00:00:00 2001 From: David Rose Date: Fri, 18 Sep 2009 05:11:28 +0000 Subject: [PATCH] compiler warning --- direct/src/plugin/p3dCert.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/direct/src/plugin/p3dCert.cxx b/direct/src/plugin/p3dCert.cxx index 66b291895f..cfbefc74bd 100644 --- a/direct/src/plugin/p3dCert.cxx +++ b/direct/src/plugin/p3dCert.cxx @@ -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()) {