compile fix

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@7510 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Alfredo Braunstein 2003-08-05 21:55:41 +00:00
parent 1c601f2477
commit 635895783d
2 changed files with 6 additions and 2 deletions

View File

@ -1,3 +1,7 @@
2003-08-05 Alfredo Braunstein <abraunst@libero.it>
* context.h: compile fix
2003-08-05 Jean-Marc Lasgouttes <lasgouttes@lyx.org>
* text.C: some tweaks to make nesting work. What still does not

View File

@ -18,10 +18,10 @@ struct Context {
void check_end_layout(std::ostream & os);
// Output a \begin_deeper if needed
void check_deeper(ostream & os);
void check_deeper(std::ostream & os);
// Output a \end_deeper if needed
void check_end_deeper(ostream & os);
void check_end_deeper(std::ostream & os);
// dump content on stream (for debugging purpose), with
// description \c desc.