Trivial fix for compiler warning.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@4376 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Angus Leeming 2002-06-12 09:16:03 +00:00
parent 6da2c4d96d
commit 279eed6806
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2002-06-12 Angus Leeming <leeming@lyx.org>
* font_metrics.h: remove trailing semi-colon after the brace closing
the namespace.
2002-06-12 John Levon <moz@compsoc.man.ac.uk>
* Menubar.C:

View File

@ -80,6 +80,6 @@ namespace font_metrics {
int & width,
int & ascent,
int & descent);
};
}
#endif // FONT_METRICS_H