]> git.lyx.org Git - lyx.git/blobdiff - src/spellchecker.h
Small fix.
[lyx.git] / src / spellchecker.h
index f09ab7e12793a7a2c2356610749e2a905824d039..8593ff6e6399493c60247cd662d71b4f622edbbf 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 SPELLCHECKER_H
 #define SPELLCHECKER_H
 
+#ifdef __GNUG__
+#pragma interface
+#endif
+
 /* These functions are defined in lyx_cb.C */
 
 class BufferView;