]> git.lyx.org Git - lyx.git/blobdiff - src/language.h
Fix working of the spellchecker dialog with ispell when there are no
[lyx.git] / src / language.h
index 3bfe43b457f8a8f39ac7385f5c3d5eb36da576d8..cd156c33e4c8116bfda21cb0c46bf69cbd8fbef4 100644 (file)
@@ -5,7 +5,7 @@
  *           LyX, The Document Processor
  *        
  *           Copyright 1995 Matthias Ettrich
- *           Copyright 1995-2000 The LyX Team.
+ *           Copyright 1995-2001 The LyX Team.
  *
  * ====================================================== */
 
@@ -116,5 +116,9 @@ extern Languages languages;
 extern Language const * default_language;
 extern Language const * english_language;
 extern Language const * ignore_language;
+extern Language const * latex_language;
+#ifdef INHERIT_LANGUAGE
+extern Language const * inherit_language;
+#endif
 
 #endif