]> git.lyx.org Git - features.git/commitdiff
Just a small fix to be able to compile with --with-pspell.
authorJürgen Vigna <jug@sad.it>
Mon, 2 Apr 2001 09:48:59 +0000 (09:48 +0000)
committerJürgen Vigna <jug@sad.it>
Mon, 2 Apr 2001 09:48:59 +0000 (09:48 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@1869 a592a061-630c-0410-9148-cb99ea01b6c8

src/ChangeLog
src/spellchecker.C

index 4268394534ab0f204e86c6b1a272c6379703d681..39c1f51212b09652843bdff8e5e4fa7a1e2811b4 100644 (file)
@@ -1,3 +1,7 @@
+2001-04-02  Juergen Vigna  <jug@sad.it>
+
+       * spellchecker.C: fixed namespace placing!
+
 2001-03-30  Angus Leeming  <a.leeming@ic.ac.uk>
 
        * lyxfunc.C (Dispatch): prevent crash in LFUN_GOTO_PARAGRAPH when
index 58fefb6b41e0eeed9d96b1f776b3c53f11f49ffb..609aa93502e7406cf83ca63ca8df60e15f60a9ec 100644 (file)
@@ -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