]> git.lyx.org Git - lyx.git/blobdiff - src/texrow.h
Andres fixes to sstrem problems
[lyx.git] / src / texrow.h
index c14fd23d09000ab843cafec3adb470ef4cf7c4b4..674d3c58dc8060a652d04ca353c05d2d5730dc11 100644 (file)
@@ -18,8 +18,6 @@
 
 #include <list>
 
-using std::list;
-
 class LyXParagraph;
 
 // Controls correspondance between paragraphs and the generated LaTeX file
@@ -67,7 +65,7 @@ private:
        ///
        unsigned int count;
        ///
-       typedef list<RowItem> RowList;
+       typedef std::list<RowItem> RowList;
        ///
        RowList rowlist;
        /// Last paragraph