]> git.lyx.org Git - lyx.git/blobdiff - src/sp_pspell.h
fix typo that put too many include paths for most people
[lyx.git] / src / sp_pspell.h
index 7c682bbc64f168c8dfb87a5d884398bccaaf5d57..5cd0266a821f386a7555b609042999438754dcc8 100644 (file)
@@ -15,9 +15,9 @@ class PSpell : public SpellBase
   public:
 
     PSpell();
-    
+
     PSpell(BufferParams const & params, string const & lang);
-    
+
     ~PSpell();
 
     /// initialize spell checker
@@ -40,17 +40,15 @@ class PSpell : public SpellBase
 
     /// store replacement
     void store(string const & mis, string const & cor);
-     
-    void sigchldhandler(pid_t pid, int *status);
 
     char const * nextMiss();
 
     char const * error();
-   
+
   private:
 
     PspellManager * sc;
-    
+
     PspellStringEmulation * els;
 
     PspellCanHaveError * spell_error_object;
@@ -61,7 +59,5 @@ class PSpell : public SpellBase
 
     bool alive_;
 };
-   
-#endif
-
 
+#endif