]> git.lyx.org Git - lyx.git/blobdiff - src/SpellBase.h
hopefully fix tex2lyx linking.
[lyx.git] / src / SpellBase.h
index ca84c460d4924f27ca3502ff5fc91f622bd45f7f..f9f2a4a7328c62a2d84c64135915dd3acf6eb898 100644 (file)
@@ -17,6 +17,9 @@
 
 #include <string>
 
+
+namespace lyx {
+
 class BufferParams;
 class WordLangTuple;
 
@@ -61,7 +64,10 @@ public:
        virtual std::string const nextMiss();
 
        /// give an error message on messy exit
-       virtual lyx::docstring const error();
+       virtual docstring const error();
 };
 
+
+} // namespace lyx
+
 #endif // SPELL_BASE_H