X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fpspell.C;h=cd03873b4440ae13ca9fd192ba683580608b2013;hb=35204f8f33d7400a5fefeffea533fb4cb4097211;hp=f7122650ba6eafa317d065efd8cf8bda9c8f961b;hpb=201e5bdf707317be29e9b7476e2b97a34e2d0b48;p=lyx.git diff --git a/src/pspell.C b/src/pspell.C index f7122650ba..cd03873b44 100644 --- a/src/pspell.C +++ b/src/pspell.C @@ -24,6 +24,11 @@ extern "C" { #include + +namespace lyx { + +using docstring; + using std::endl; using std::string; @@ -141,7 +146,7 @@ string const PSpell::nextMiss() } -string const PSpell::error() +docstring const PSpell::error() { char const * err = 0; @@ -153,3 +158,6 @@ string const PSpell::error() return err; return ""; } + + +} // namespace lyx