X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fspellchecker.C;h=609aa93502e7406cf83ca63ca8df60e15f60a9ec;hb=c90c5e6386ce69c34c99b3594d6fa452e6a13161;hp=58fefb6b41e0eeed9d96b1f776b3c53f11f49ffb;hpb=fc8465aa1f6f29774d2f35d627b40198fa489cb1;p=lyx.git diff --git a/src/spellchecker.C b/src/spellchecker.C index 58fefb6b41..609aa93502 100644 --- a/src/spellchecker.C +++ b/src/spellchecker.C @@ -286,14 +286,14 @@ void SpellCheckerOptions() } } +namespace { + #ifndef USE_PSPELL /***** Spellchecker *****/ // Could also use a clean up. (Asger Alstrup) -namespace { - void init_spell_checker(BufferParams const & params, string const & lang) { static char o_buf[BUFSIZ]; // jc: it could be smaller