X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2FSpellBase.C;h=b8b212b6a47a87d1e1e52d6dd0cf660915756c20;hb=35204f8f33d7400a5fefeffea533fb4cb4097211;hp=3ae16cde96ed256499789d36993e8e9fae57798c;hpb=a6444784dca48da8b1f7723be12069b2e1dbb4c5;p=lyx.git diff --git a/src/SpellBase.C b/src/SpellBase.C index 3ae16cde96..b8b212b6a4 100644 --- a/src/SpellBase.C +++ b/src/SpellBase.C @@ -14,7 +14,8 @@ #include "SpellBase.h" #include "gettext.h" -using lyx::docstring; + +namespace lyx { using std::string; @@ -49,3 +50,6 @@ docstring const SpellBase::error() { return _("Native OS API not yet supported."); } + + +} // namespace lyx