]> git.lyx.org Git - lyx.git/blobdiff - src/bufferview_funcs.h
Fix small bug in reading \set_color in lyxrc
[lyx.git] / src / bufferview_funcs.h
index c479b430514023d5f72c0a2f95c70bfcb3e0eb40..e2f689249b0c4cb55a9cfd33fda6c9d20b5b2c93 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 BUFFERVIEW_FUNCS_H
 #define BUFFERVIEW_FUNCS_H
 
+#ifdef __GNUG__
+#pragma interface
+#endif
+
 #include "LString.h"
 
 class BufferView;