]> git.lyx.org Git - lyx.git/blobdiff - src/SpellBase.h
Fixed some lines that were too long. It compiled afterwards.
[lyx.git] / src / SpellBase.h
index f9f2a4a7328c62a2d84c64135915dd3acf6eb898..e4ec616bdc360ef641051d1d6eeac0d9d6857bda 100644 (file)
@@ -15,8 +15,6 @@
 
 #include "support/docstring.h"
 
-#include <string>
-
 
 namespace lyx {
 
@@ -61,7 +59,7 @@ public:
        virtual void accept(WordLangTuple const &);
 
        /// return the next near miss after a SUGGESTED_WORDS result
-       virtual std::string const nextMiss();
+       virtual docstring const nextMiss();
 
        /// give an error message on messy exit
        virtual docstring const error();