X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fpspell.C;h=cd03873b4440ae13ca9fd192ba683580608b2013;hb=35204f8f33d7400a5fefeffea533fb4cb4097211;hp=62d65e9546feef9f6638d3a20d7e889089167f46;hpb=a6444784dca48da8b1f7723be12069b2e1dbb4c5;p=lyx.git diff --git a/src/pspell.C b/src/pspell.C index 62d65e9546..cd03873b44 100644 --- a/src/pspell.C +++ b/src/pspell.C @@ -24,7 +24,10 @@ extern "C" { #include -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