]> git.lyx.org Git - lyx.git/blobdiff - src/spellchecker.h
more changes, read the Changelog
[lyx.git] / src / spellchecker.h
index 65e0a8f973cfb1cd9619d181e29aac688a9a40d7..f09ab7e12793a7a2c2356610749e2a905824d039 100644 (file)
@@ -4,6 +4,7 @@
 
 /* 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 +16,7 @@
 
 /** This function has to be implemented by the spell checker.
     It will show the spellcheker form*/ 
-void ShowSpellChecker();
+void ShowSpellChecker(BufferView *);
 ///
 void SpellCheckerOptions();