]> git.lyx.org Git - lyx.git/blobdiff - src/tex2lyx/texparser.C
* support/qstring_helpers.h: erase ucs4_to_qstring() method.
[lyx.git] / src / tex2lyx / texparser.C
index bdfea89a5357358bb9bc5f4ff6e4495f985adbec..52cb324eb2c2a131283c2eeef13906c0347799e4 100644 (file)
@@ -15,6 +15,9 @@
 #include <iostream>
 #include <sstream>
 
+
+namespace lyx {
+
 using std::cerr;
 using std::endl;
 using std::fill;
@@ -512,3 +515,6 @@ CatCode Parser::getCatCode(char c) const
 {
        return theCatcode[(unsigned char)c];
 }
+
+
+} // namespace lyx