]> git.lyx.org Git - lyx.git/blobdiff - src/SpellBase.h
remove obsolete references to saveSelection
[lyx.git] / src / SpellBase.h
index ca84c460d4924f27ca3502ff5fc91f622bd45f7f..e4ec616bdc360ef641051d1d6eeac0d9d6857bda 100644 (file)
@@ -15,7 +15,8 @@
 
 #include "support/docstring.h"
 
-#include <string>
+
+namespace lyx {
 
 class BufferParams;
 class WordLangTuple;
@@ -58,10 +59,13 @@ 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 lyx::docstring const error();
+       virtual docstring const error();
 };
 
+
+} // namespace lyx
+
 #endif // SPELL_BASE_H