mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-22 18:08:10 +00:00
compile fix
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@7510 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
1c601f2477
commit
635895783d
@ -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
|
||||
|
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user