mirror of
https://git.lyx.org/repos/lyx.git
synced 2025-01-21 23:09:40 +00:00
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:
parent
6da2c4d96d
commit
279eed6806
@ -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:
|
||||
|
@ -80,6 +80,6 @@ namespace font_metrics {
|
||||
int & width,
|
||||
int & ascent,
|
||||
int & descent);
|
||||
};
|
||||
}
|
||||
|
||||
#endif // FONT_METRICS_H
|
||||
|
Loading…
x
Reference in New Issue
Block a user