]> git.lyx.org Git - lyx.git/blobdiff - src/pspell.C
hopefully fix tex2lyx linking.
[lyx.git] / src / pspell.C
index 62d65e9546feef9f6638d3a20d7e889089167f46..cd03873b4440ae13ca9fd192ba683580608b2013 100644 (file)
@@ -24,7 +24,10 @@ extern "C" {
 
 #include <boost/assert.hpp>
 
-using lyx::docstring;
+
+namespace lyx {
+
+using docstring;
 
 using std::endl;
 using std::string;
@@ -155,3 +158,6 @@ docstring const PSpell::error()
                return err;
        return "";
 }
+
+
+} // namespace lyx