]> git.lyx.org Git - lyx.git/blobdiff - src/spellchecker.h
Angus insetindex patch + protect patch from Dekel
[lyx.git] / src / spellchecker.h
index 65e0a8f973cfb1cd9619d181e29aac688a9a40d7..8593ff6e6399493c60247cd662d71b4f622edbbf 100644 (file)
@@ -1,9 +1,24 @@
 // -*- 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;
 
 /** MarkLastWord should only be used immidiately after NextWord().
  If you give control back to the user, you _have_ to call EndOfSpellCheck()
@@ -15,7 +30,7 @@
 
 /** This function has to be implemented by the spell checker.
     It will show the spellcheker form*/ 
-void ShowSpellChecker();
+void ShowSpellChecker(BufferView *);
 ///
 void SpellCheckerOptions();