]> git.lyx.org Git - lyx.git/blobdiff - src/tracer.C
fix typo that put too many include paths for most people
[lyx.git] / src / tracer.C
index 8f7562376d4d2c18a3e3081760aa70f0bce0271e..a9d75a744ebde3b01e4795305b7170a830add8b1 100644 (file)
@@ -1,5 +1,21 @@
+/* This file is part of
+ * ======================================================
+ *
+ *           LyX, The Document Processor
+ *
+ *           Copyright 1995 Matthias Ettrich
+ *           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;