]> git.lyx.org Git - lyx.git/blobdiff - src/sp_ispell.h
I reactivate the code to resize the InsetText on a resize event of the main
[lyx.git] / src / sp_ispell.h
index aad831cb0f7c5fcc9a7bbdb509b6c29e60a7c557..4255ca2269721d9fa7df57ef7537c475493b965a 100644 (file)
@@ -1,6 +1,8 @@
 #ifndef SP_ISPELL_H
 #define SP_ISPELL_H
 
+#include <cstdio>
+
 #include "sp_base.h"
 
 class BufferParams;
@@ -11,8 +13,8 @@ class ISpell : public SpellBase
   public:
 
     enum ActualSpellChecker {
-       ASC_ISPELL,
-       ASC_ASPELL
+               ASC_ISPELL,
+               ASC_ASPELL
     };
     
     ISpell();
@@ -43,8 +45,6 @@ class ISpell : 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();