]> git.lyx.org Git - lyx.git/blob - src/tracer.C
minipage width compatibility fix
[lyx.git] / src / tracer.C
1 /* This file is part of
2  * ======================================================
3  *
4  *           LyX, The Document Processor
5  *
6  *           Copyright 1995 Matthias Ettrich
7  *           Copyright 1995-2001 The LyX Team.
8  *
9  * ====================================================== */
10
11 #include <config.h>
12
13 #ifdef __GNUG__
14 #pragma implementation
15 #endif
16
17 #include <config.h>
18
19 #include "tracer.h"
20
21 int Trace::depth = 0;