]> git.lyx.org Git - lyx.git/blobdiff - src/texrow.C
hopefully fix tex2lyx linking.
[lyx.git] / src / texrow.C
index de53933d2d304072463f305f9e2e47c104b2dccc..ee4b7410946a3fc08e4f3d1ad2676a1e2d9bb4b7 100644 (file)
 
 #include <algorithm>
 
+
+namespace lyx {
+
 using std::find_if;
-using std::endl;
+
 
 namespace {
 
@@ -83,3 +86,6 @@ TexRow & TexRow::operator+=(TexRow const & tr)
        rowlist.insert(rowlist.end(), tr.rowlist.begin(), tr.rowlist.end());
        return *this;
 }
+
+
+} // namespace lyx