X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2FLyX.h;h=6c6db63c0e0b464d6043b7ce1f73011c69c0fa56;hb=0c19763f600ce5100b1e66db736389be356e699b;hp=6be2a41fb8c6c3ec6aaaa308e33a2bf62b84f3b2;hpb=0915d57aa2623606957f489f73d2e59c5d323cbd;p=lyx.git diff --git a/src/LyX.h b/src/LyX.h index 6be2a41fb8..6c6db63c0e 100644 --- a/src/LyX.h +++ b/src/LyX.h @@ -4,7 +4,7 @@ * This file is part of LyX, the document processor. * Licence details can be found in the file COPYING. * - * \author Lars Gullik Bjønnes + * \author Lars Gullik Bjønnes * \author Jean-Marc Lasgouttes * \author John Levon * @@ -32,6 +32,7 @@ class Movers; class Server; class ServerSocket; class Session; +class SpellChecker; extern bool use_gui; @@ -137,6 +138,8 @@ private: friend graphics::Previews & thePreviews(); friend Session & theSession(); friend CmdDef & theTopLevelCmdDef(); + friend SpellChecker * theSpellChecker(); + friend void setSpellChecker(); friend void setRcGuiLanguage(); friend void emergencyCleanup(); friend void execBatchCommands(); @@ -158,3 +161,4 @@ void execBatchCommands(); } // namespace lyx #endif // LYX_H +