From 01bca490b1683a674b5464aff26193ec76cba424 Mon Sep 17 00:00:00 2001 From: mfranz Date: Sat, 9 Jul 2005 14:01:52 +0000 Subject: [PATCH] add missing paren --- src/GUI/dialog.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/GUI/dialog.cxx b/src/GUI/dialog.cxx index 72517b6a4..72fc5823f 100644 --- a/src/GUI/dialog.cxx +++ b/src/GUI/dialog.cxx @@ -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) -- 2.39.5