]> git.lyx.org Git - lyx.git/blobdiff - src/chset.C
hopefully fix tex2lyx linking.
[lyx.git] / src / chset.C
index c52158e1665abdc9e258c2e3845bda437e786239..eb1ca5146954e74fdaaf9576b073e3c4f7c86e04 100644 (file)
 
 #include <fstream>
 
-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