]> git.lyx.org Git - lyx.git/blobdiff - src/counters.h
More fixes to insettabular/text (and some missing features added).
[lyx.git] / src / counters.h
index 19014cc6fceb0b580eff76fe3fac767f9ee3b464..fcfeef73dc30be5a64b92f942eda41789d71d2d9 100644 (file)
@@ -1,8 +1,23 @@
 // -*- 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
 
+#ifdef __GNUG__
+#pragma interface
+#endif
+
 #include <map>
 #include <sigc++/signal_system.h>
 #include "LString.h"