]> git.lyx.org Git - lyx.git/blobdiff - src/tracer.C
prevent crash when inserting minipage in table cell,
[lyx.git] / src / tracer.C
index eff168456998a071e60e1199d47ef70c8a00833c..3b20972452b76ef92d8835a6e28290fe6febc93a 100644 (file)
@@ -1,21 +1,15 @@
 /* This file is part of
- * ====================================================== 
- * 
+ * ======================================================
+ *
  *           LyX, The Document Processor
- *        
+ *
  *           Copyright 1995 Matthias Ettrich
- *           Copyright 1995-2000 The LyX Team.
+ *           Copyright 1995-2001 The LyX Team.
  *
  * ====================================================== */
 
 #include <config.h>
 
-#ifdef __GNUG__
-#pragma implementation
-#endif
-
-#include <config.h>
-
 #include "tracer.h"
 
-int DebugTracer::depth = 0;
+int Trace::depth = 0;