]> git.lyx.org Git - lyx.git/blobdiff - src/ispell.h
clean up a bit
[lyx.git] / src / ispell.h
index 2e89f00fbb91aa72d67994bb18ee520b3b0796bb..cdb193fc6cc13494194b9b90019183ac58961677 100644 (file)
@@ -44,10 +44,13 @@ public:
        /// return the next near miss after a MISSED result
        virtual string const nextMiss();
 
-       /// give an error message on messy exit 
+       /// give an error message on messy exit
        virtual string const error();
 
 private:
+       ///
+       void setError();
+
        /// instream to communicate with ispell
        FILE * in;
        /// outstream to communicate with ispell