]> git.mxchange.org Git - flightgear.git/commitdiff
add missing paren
authormfranz <mfranz>
Sat, 9 Jul 2005 14:01:52 +0000 (14:01 +0000)
committermfranz <mfranz>
Sat, 9 Jul 2005 14:01:52 +0000 (14:01 +0000)
src/GUI/dialog.cxx

index 72517b6a416614fdb7a13dcec3aad81304d0b3fe..72fc5823f2dbdb7f2e930297daf97c7e0da22841 100644 (file)
@@ -369,7 +369,7 @@ FGDialog::display (SGPropertyNode * props)
     LayoutWidget wid(props);
 
     puFont *fnt = _gui->getDefaultFont();
-    wid.setDefaultFont(fnt, int(fnt->getPointSize());
+    wid.setDefaultFont(fnt, int(fnt->getPointSize()));
 
     int pw=0, ph=0;
     if(!userw || !userh)