]> git.lyx.org Git - lyx.git/blobdiff - src/language.h
Fix small bug in reading \set_color in lyxrc
[lyx.git] / src / language.h
index 3538c208d6d5dc1a24f5035dffd755382a4e3fc4..68f87abd9d28b4275c0986bf20b4dde55ddbfa4e 100644 (file)
@@ -1,7 +1,21 @@
 // -*- C++ -*-
+/* This file is part of
+ * ====================================================== 
+ * 
+ *           LyX, The Document Processor
+ *        
+ *           Copyright 1995 Matthias Ettrich
+ *           Copyright 1995-2000 The LyX Team.
+ *
+ * ====================================================== */
+
 #ifndef LANGUAGE_H
 #define LANGUAGE_H
 
+#ifdef __GNUG__
+#pragma interface
+#endif
+
 #include <map>
 #include "LString.h"