Bläddra i källkod

compiler warning

David Rose 16 år sedan
förälder
incheckning
37b75fd745
1 ändrade filer med 1 tillägg och 1 borttagningar
  1. 1 1
      direct/src/plugin/p3dCert.cxx

+ 1 - 1
direct/src/plugin/p3dCert.cxx

@@ -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()) {