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:
Angus Leeming 2002-06-12 14:43:09 +00:00
parent 4bd1dd129c
commit 3bcf1499d1
2 changed files with 6 additions and 1 deletions

View File

@ -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

View File

@ -35,6 +35,6 @@ namespace lyx_gui {
/// initialise graphics
void init_graphics();
};
}
#endif // LYX_GUI_H