X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fchset.C;h=eb1ca5146954e74fdaaf9576b073e3c4f7c86e04;hb=35204f8f33d7400a5fefeffea533fb4cb4097211;hp=c52158e1665abdc9e258c2e3845bda437e786239;hpb=8c93f63b48a1b15d4f3e163b7305213f2f73879e;p=lyx.git diff --git a/src/chset.C b/src/chset.C index c52158e166..eb1ca51469 100644 --- a/src/chset.C +++ b/src/chset.C @@ -22,7 +22,10 @@ #include -using lyx::support::libFileSearch; + +namespace lyx { + +using support::libFileSearch; using boost::regex; using boost::smatch; @@ -99,3 +102,6 @@ string const & CharacterSet::getName() const { return name_; } + + +} // namespace lyx