]> git.lyx.org Git - lyx.git/blobdiff - src/texrow.C
* support/qstring_helpers.h: erase ucs4_to_qstring() method.
[lyx.git] / src / texrow.C
index 9e1b10e5634be4c4215564b96f0e1d039a0f4d85..ee4b7410946a3fc08e4f3d1ad2676a1e2d9bb4b7 100644 (file)
@@ -17,6 +17,9 @@
 
 #include <algorithm>
 
+
+namespace lyx {
+
 using std::find_if;
 
 
@@ -83,3 +86,6 @@ TexRow & TexRow::operator+=(TexRow const & tr)
        rowlist.insert(rowlist.end(), tr.rowlist.begin(), tr.rowlist.end());
        return *this;
 }
+
+
+} // namespace lyx