]> git.lyx.org Git - lyx.git/blobdiff - src/tracer.h
oops again! hopefully this works now. Time to go to bed
[lyx.git] / src / tracer.h
index b01f652f800213d15b7b72478ee2e96fb883512d..62d26c54e48cdbcee59dab9d089b26b6f5a01551 100644 (file)
@@ -1,21 +1,17 @@
 // -*- C++ -*-
 /* 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.
  *
  * ====================================================== */
 
 #ifndef TRACER_H
 #define TRACER_H
 
-#ifdef __GNUG__
-#pragma interface
-#endif
-
 #include "debug.h"
 #include "LString.h"
 
@@ -28,7 +24,7 @@ public:
                lyxerr << string(depth, ' ') << "TRACE IN: "
                       << str << std::endl;
                depth += 2;
-               
+
        }
        ///
        ~Trace() {