X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Ftexrow.h;h=674d3c58dc8060a652d04ca353c05d2d5730dc11;hb=9e5bd1d609877e602cb697bc695d410e2ab48e0d;hp=c14fd23d09000ab843cafec3adb470ef4cf7c4b4;hpb=85798535a19919e82cc94a177a8414c542a9c5bf;p=lyx.git diff --git a/src/texrow.h b/src/texrow.h index c14fd23d09..674d3c58dc 100644 --- a/src/texrow.h +++ b/src/texrow.h @@ -18,8 +18,6 @@ #include -using std::list; - class LyXParagraph; // Controls correspondance between paragraphs and the generated LaTeX file @@ -67,7 +65,7 @@ private: /// unsigned int count; /// - typedef list RowList; + typedef std::list RowList; /// RowList rowlist; /// Last paragraph