]> git.lyx.org Git - lyx.git/blobdiff - src/counters.h
mathed31.diff
[lyx.git] / src / counters.h
index 19014cc6fceb0b580eff76fe3fac767f9ee3b464..fc0e82a2ac704e31033f32ed145f0722f2c193d8 100644 (file)
@@ -1,7 +1,22 @@
 // -*- C++ -*-
+/* This file is part of
+ * ====================================================== 
+ * 
+ *           LyX, The Document Processor
+ *
+ *           Copyright 1995 Matthias Ettrich
+ *           Copyright 1995-2000 The LyX Team.
+ *
+ *
+ * ====================================================== */
+
 
 #ifndef COUNTERS_H
-#define COUTNERS_H
+#define COUNTERS_H
+
+#ifdef __GNUG__
+#pragma interface
+#endif
 
 #include <map>
 #include <sigc++/signal_system.h>