mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-26 03:11:59 +00:00
Trivial fix for compiler warning.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@4384 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
4bd1dd129c
commit
3bcf1499d1
@ -1,3 +1,8 @@
|
||||
2002-06-12 Angus Leeming <leeming@lyx.org>
|
||||
|
||||
* lyx_gui.h: remove trailing semi-colon after the brace closing
|
||||
the namespace.
|
||||
|
||||
2002-06-12 John Levon <moz@compsoc.man.ac.uk>
|
||||
|
||||
* LyXView.h: cleanup
|
||||
|
@ -35,6 +35,6 @@ namespace lyx_gui {
|
||||
|
||||
/// initialise graphics
|
||||
void init_graphics();
|
||||
};
|
||||
}
|
||||
|
||||
#endif // LYX_GUI_H
|
||||
|
Loading…
Reference in New Issue
Block a user